Table where default home page is stored

Hi,
Does anyone know which table the default home page for a user is stored in? I presumed that it would be WWSEC_PERSON$ but this doesn't seem to be the case.
All help is greatly appreciated.
Thanks,
Roger

This is stored in the customization tables. It can be got only by using APIs.
Sample Code to get the default page for the user. This returns the most specific value. That is, if the User has specified a home page Otherwise, the Group
home page if one has been specified. If neither has been specified, then use the System home page.
l_value := wwpre_api_value.get_value_as_varchar2(
p_path => 'Oracle.Portal.Page',
p_name => 'default');
Sample Code to get the home page for the given entity (a specific user,
a specific group, or the system default) at the system level
l_level_type varchar2(50) := < portal_schema>.wwpre_api_value.SYSTEM_LEVEL_TYPE,
l_value := wwpre_api_value.get_value_as_varchar2(
p_path => 'Oracle.Portal.Page',
p_name => 'default',
p_level_type => l_level_type,
p_level_name => <name of the user>
Sample Code to get the home page for the given entity (a specific user,
a specific group, or the system default) at the user level
l_level_type varchar2(50) := < portal_schema>.wwpre_api_value.USER_LEVEL_TYPE,
l_value := wwpre_api_value.get_value_as_varchar2(
p_path => 'Oracle.Portal.Page',
p_name => 'default',
p_level_type => l_level_type,
p_level_name => <name of the user>
Thanks,
Sharmila

Similar Messages

  • HTTP-404 No DAD configuration found or no default home page

    Hi,
    No EBS login page was available this morning but all services appeared to be online as usual. I restarted Apps Tier and could then see login page.
    Now I have to find out what happened. There is nothing in the db log file, the listener log, the cc manager logs, the Jserv logs.
    The only thing in the Apache log is this:
    first error around 4.30am, then next later this morning:
    [Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/cabo_utilities.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/container_constructor.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/toolbar_constructor.js HTTP-404 No DAD configuration found or no default home page
    then, a little later this morning:
    [Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/container_constructor.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/toolbar_constructor.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/button_constructor.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/cabo_utilities.js HTTP-404 No DAD configuration found or no default home page
    Is this the problem or, as I suspect, the symptom of the problem? I am running out of ideas of where to look for any thing that might point to what happened.
    OS is WIndows Server 2003. EBS is 11.5.10 and db is 10.2.0.2.
    Thanks.
    DA
    Oh - no clones, no changes have been made recently.
    Edited by: Dan A on Aug 26, 2009 10:40 AM

    Hi Dan,
    The entries in the log files posted above do not help much in finding out the cause of the issue. Does this happen regularly? Can you find any dump files created when this happens? If this happens for few times only, is there any specific action that is done by the users (for example, running specific concurrent program, accessing certain module/form, ..etc) or by the system (like a backup)?
    Did you try to find if any errors are logged in the Event Viewer? Since debugging was not enabled at the time this issue occurred, then it is not easy to tell why that happened. Maybe you could log a SR and upload all relevant log files and see if Oracle Support can help.
    Regards,
    Hussein

  • Safari default home page

    Is there an option to set a default home page in Safari on an iPhone? Since I'm new to an iPhone maybe I'm missing something.
    TIA

    Not as such. I suspect it's a deliberate feature that it automatically remembers where you were and takes you there.
    If there is a page you check consistently, you might select the plus icon and add it as an icon to the home screen. Hitting that icon will then launch Safari and take you to that site, and still allow you to browse to other sites after.

  • Can't reassign default home page for site connection

    I am connecting to a site where index.php is the default home page.  For some reason, it keeps pointing to index.html and of course comes up "page not found".  I have edited the connection so that ONLY index.php is in the default page list (under index files tab), and it still looks for index.html.
    I have deleted the entire connection, restarted contribute, navigated to the home page successfully during set up, only to have it look for index.html again.  I have also manually typed in the full url and index.php in another set up attempt.  I logged onto the server and deleted the entire folder that Contribute set up, thinking it was holding on to some information in the files there.  I restarted contribute, created a new connection to the site, and it STILL is looking for index.html.  It should be loading http://www.gotohudson.net but instead it's trying to load http://www.gotohudson.net/index.html.
    HELP me get rid of that reference.....
    thank you,
    Marita

    You can set the Home Page each roles also. Follow the below mentioned steps to set the homepage for your site.
    Steps:
    1) Administer the website.
    2) Select the role, to whom you want to set the homepage.
    3) Click on Edit Role Setting.
    4) In the General category, Choose the Home page for users in this role.
    5) Click OK to save and exit.
    Hope this solves your problem.

  • How do you set a default home page for tabs

    Default home page setting is easy enough but when clicking the "+" to open a tab I want to set the page that it defauts to. You would think that it would do the default home page but it doesn't and I cant find where to set it.

    Troubleshooting tips on the '''browser.newtab.url''' preference:
    ''If Firefox won't let you edit this setting:'' you may have something called SearchProtect on your system. This needs to be removed from the Windows Control Panel.
    ''If Firefox lets you save your change but ignores it:'' one of your extensions may be overriding it. You can review, disable, and/or remove extensions on the add-ons page. Either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then cast a critical eye over the list on the right and disable (or remove) anything unknown.
    ''If the change works during your session, but at the next startup is back to the unwanted page:'' you might have a user.js file in your personal Firefox settings folder (your Firefox profile folder). This article describes how to track down and remove the file: [[How to fix preferences that won't save]]. Also beware of features in utility programs like Advanced SystemCare that roll back settings changes between sessions.
    If bad add-ons do not have a Remove button or keep coming back, here's my suggested procedure for tracking down and cleaning them up. I know this seems long, but it's not that bad.
    (1) Open the Windows '''Control Panel''', Uninstall a Program. After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    (2) Open Firefox's '''Add-ons page''' using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    * in the Windows "Run" dialog, type or paste <br><code>firefox.exe "about:addons"</code>
    In the left column, click '''Plugins'''. Set nonessential and unrecognized plugins to "Never Activate".
    In the left column, click '''Extensions'''. Then, if in doubt, disable (or Remove, if possible) unrecognized and unwanted extensions.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any improvement?
    (3) You can search for remaining issues with the '''scanning/cleaning tools''' listed in our support article: [[Troubleshoot Firefox issues caused by malware]]. These on-demand scanners are free and take considerable time to run. If they finish quickly and especially if they require payment, you may have a serious infection. I suggest the specialized forums listed in the article in that case.
    Success?

  • How can I set the default home page for all new users in Firefox 4

    I'm trying to deploy FF 4.0rc1 in a corporate environment but I can't find a way to set the default home page or any other settings for that matter.
    Is there a way to set the default home page for all new users and lock it so that the users can't change home page?
    Best regards
    Jonas

    In Firefox 4 the template folder for new profiles (C:\Program Files\Mozilla Firefox\defaults\profile\
    ) doesn't exist. You can create that \defaults\profile\ folder and place a file user.js in it with the prefs that you want to initialize.
    See:
    *http://www-archive.mozilla.org/catalog/end-user/customizing/briefprefs.html
    You can also use a mozilla.cfg file to set the default value for prefs.<br />
    See: http://kb.mozillazine.org/Locking_preferences
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes
    lockPref(); // lock pref, disallow changes

  • Can I set a default home page when people use my router?

    Can I set a default home page when people use my router?
    Can I set it to my web site for example so that people have to go there when they connect?
    Thanks,
    Paul

    Hello EireReality. Welcome to the Apple Discussions!
    Can I set a default home page when people use my router?
    No, at least not that I'm aware of. Setting a "default home page" is typical feature of a web browser, not an Internet router.

  • How do you set a default Home Page in the Safari Applet?

    How do you set a default Home Page in the Safari Applet?

    How do you set a default Home Page in the Safari Applet?

  • My default home page does not come up and my navigation bar is grayed out. I can't seem to fix it.

    In the last few days, I have noticed that when I open my browser, I don't get my default home page, even though it shows under my options. When I conduct a search, I have navigation buttons, but once I open a page from the search engine results page, I have no navigation anymore. They are all grayed out.

    This can be caused by a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    It is also possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • I can set my default home page (when Firefox starts) but if I open subsequent tabs I get a blank page. How do I set my default home page for all tabs.

    I set my default home page to AltaVista.com. This page comes up as expected when I start Firefox. However if I open a new tab I get a blank page. How to I setup Firefox to use my default web page for all subsequent tabs. This was an easy process in IE

    Sounds like you want the New Tab Homage extension.
    https://addons.mozilla.org/en-US/firefox/addon/777/
    For more info about extensions, see [[Using extensions with Firefox]]

  • How to set a default home page in Safari

    Is there a way to set up a default home page in Safari so that when I launch it, it will always go to that page first?

    Navigate to the page you want to be your home page. Press the + and then Add to Home Screen. Now simply use that new icon to launch Safari instead of the Safari icon.

  • Default home page links do not work

    Before i updated to 34.0.5, I had images on a new tab page and on the default home page, i could click on the quick links. Nothing on the default home page works! I have no images on a new tab page! What happened?

    You can check the <b>browser.newtab.url</b> pref on the <b>about:config</b> page and set that pref to your preferred new tab page.
    * the default home page is <b>about:home</b>
    * the default new tab page with the tiles is <b>about:newtab</b>
    * for a blank page you can use <b>about:blank</b>
    See this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites

  • Help please, I need to change my default home page.

    Hi,
    Help please in changing my default home page.
    Thanks

    See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    <br />
    <br />
    '''You need to update the following plugin:'''
    *Adobe PDF Plug-In For Firefox and Netscape
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.

  • Cannot reset default home page IE7

    X61S  Vista SP1 IE7 Norton 360 1.0
    Cannot change default home page.  Default page is garbage URL I entered by mistake
    http://http//
    So when I start IE7 it throws an error "Can't find this" and then works fine thereafter.
    If I change default to "about:blank" it is ok for the IE7 session but does not persist.  The next time I start IE7, it is back to the garbage URL  http://http//
    Norton chat cannot tell me if Norton 360 is blocking my attempt to reset the home page.  It is not a problem of redirection of the home page.
    Haven't been able to find string http://http// anywhere.
    Solved!
    Go to Solution.

    You're welcome.
    As far as a performance comparison goes, if there is one I have absolutely no idea. I will say this much; in my experience the ThinkVantage Technologies are good and they work, [can of worms just opened], I particularily like Access Connections.
    If you are new to them then read up on them in Access Help or in the web, you will find masses of differing opinions.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Is it possible to show the count of number or rows in table on the Home page Tab button.

    Is it possible to show the count of number or rows in table on the Home page Tab button.
    On home page there is a Tab called Count and I want to show the count on the right corner of this tab button.
    Please help

    Create an application item. APP_HOME_COUNT.
    Create an application process:
      make the application process type "on new instance" if you only want this to run once
      make it "on load before header" if you want to have the value set every page load
    application process source:
    select count(*) into APP_HOME_COUNT from <your table>
    modify the tab name to reference the app item, maybe something like "Count(&APP_HOME_COUNT.)"
    result should look like this "Count(5)"
    Good Luck,
    Tyson

Maybe you are looking for

  • Table Values in Preview Mode are Different Than in Development Mode

    Any idea why the values in a table row would be different in Preview mode than in development mode? They are only different in 1 row. The values in this row refer to values in another part of the spreadsheet that are generated by formulas. They appre

  • 10GR2 - Is it better to have a separate runtime respository or not?

    Hi We have recently installed 10GR2. The installation guide states that you can either have the design and runtime environments on the same repository or you can put them on different repositories. Which is the best approach? Are there any advantages

  • Has anyone done work in LabVIEW with the LLRP protocol for RFID readers?

    [cross-post] Has anyone done work in LabVIEW with the LLRP protocol for RFID readers?  I've googled around and didn't find anything. Message Edited by Jim Kring on 10-31-2008 10:45 AM

  • Formatted Search on Item Master

    Experts, I have a client who sells commodities. They need their Pricelists to be updated with each Purchase, because of fluctuating Prices. If I can get the following Formatted Search to work, I believe that Iu2019ll have a solution: I created a UDF

  • Please help forgot my password.

    Hello, My name is Thong and I from Viet Nam. First l'm a fan of Firefox :x.But when i created account Firefox Sync, i were input wrong email "[email protected]",but real email a "[email protected]" . So you can help me changes this email to "[email p