What is the name of the Portal user detail Table?

Hi.
I using Oracle Portal9iAS 9.0.2.1
1)When administrator register a new user, what is the table that the data is being stored?
2)When a user want to login in the Portal, he/she will be directed to the SSO Login Page?..
-What is the name of the page and where is it been stored?
-I want to customize it to add my company's logo..how can i do that?
Thanks.

Rushdan,
User provisioning information in 9.0.2 is not stored in the portal environment. All user/group information is held in OID only ACL information is held in the Portal repository itself.
There is instructions on creating custom login pages both on Portalcenter.oracle.com and (for java examples) in th e9iAS security guide.

Similar Messages

  • UNABLE TO RETRIEVE THE CLIENT IP ADDRESS AND HOST NAME OF A PORTAL USER

    I'm trying to retrive the client IP address and host name of a portal user
    trying to access a portal page using APIs:
    PortletRenderRequest portletRequest =
    (PortletRenderRequest)request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    HttpServletRequest servletRequest =
    (HttpServletRequest)portletRequest.getAttribute(HttpCommonConstants.SERVLET_REQUEST);
    String l_szClientIPAddress = servletRequest.getRemoteAddr();
    String l_szClientHost = servletRequest.getRemoteHost();
    but i found that for all portal users on different machines IP addresses, the
    returned IP is the same for all which is Portal middle tier IP address.
    So how can retrive the IP addess of a portal user trying to access a portal
    page ?

    Brijesh,
    Do you mean how to see hostname/ip address of client requests processed by the server? If yes, depending on what's your front ending component - Web Cache or OHS, you can configure the access log format to have this information recorded in either of these component's access log file.
    For Web Cache access log file, refer this:
    http://download.oracle.com/docs/cd/B14099_19/caching.1012/b14046/diagnostics.htm#sthref2090
    For OHS access log file, refer this:
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14007/servlog.htm#sthref439
    By default, both Web Cache and OHS are configured to use Common Log Format (CLF) that does record hostname/ip address so if you haven't made any changes to log format, this info is already there for you. Look for $ORACLE_HOME/webcache/logs/access_log file for Web Cache and $ORACLE_HOME/Apache/Apache/logs/access_log file for OHS.
    Thanks
    Shail

  • What is the name of the table for finding user exit !

    What is the table name to find the user exit !

    Hi,
    Goto to the table tstc and enter the transaction code for
    which u want to find out the User-Exits. Check out the
    program name from the result. Goto SE38 and dee that
    program in display mode. Then search for the string Call
    Cutomer-Funtion. All the result of search are the user
    exits defined there for that transaction.
    SAP user exits (enhancement names that we see in SMOD transaction) are all stored in the table MODSAP. The field NAME contains the enhancement name and the field MEMBER contains the name of the function module that will be called if the customer enhancement exists and is active. The customer enhancement projects are stored in the table MODACT. There, the NAME field is the name of the project and MEMBER is the name of SAP enhancement (that from the MODSAP).
    So, if you are in some include, you can use where-used-list to get to the function module name. Then you find the SAP enhancement name from the MODSAP by supplying the function module. And finally, you find the customer enhancement projects by querying the MODACT with the SAP enhancement in the field MEMBER.
    cheers,
    vasavi.
    kindly reward if helpful.

  • How can i set a column which would show me the name of the user

    how can i write a trigger which would show me the name of the user now make changes in the table.

    872959 wrote:
    how can i write a trigger which would show me the name of the user now make changes in the table.I think what sb is trying to say is: if you mean the database user, you can use the USER session variable to identify the database user:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/functions227.htm#SQLRF06156
    you would write a before each row trigger to update an "updated_by" column on your table to be USER.
    e.g.:
    :new.updated_by := USER;

  • What are the steps to change the name on the "House" in the side bar on OSX Mavericks?

    What are the steps required to change the name on the "House" in the side bar for OSX Mavericks?

    You want to change your username. First, make a backup of your files with Time Machine, as any error may damage your user.
    Then, follow these steps to change your username > http://support.apple.com/kb/ht1428 Be very careful, as it requires to log in as root

  • How can I know the name of the file that the user has currently open ?

    Hello
    I'm developing a module for x3dv.
    http://hiperia3d.blogspot.com/search/label/X3DV%20Module%20For%20Netbeans
    I am going to add a button to open the files when I click it.
    I just need to know how can I know the name of the file that the user has currently open in the editor. What variable holds it in Netbeans?
    Thank you
    Jordi

    If you are using the JFileChooser to open the document, I would create another class with this included:
    //initiate class variables
    private File f;
    //create JFileChooser
    JFileChooser fc = new JFileChooser();
    fc.setMultiSelectionEnabled(false);
    fc.setFileSelectionMode(JFileChooser.FILES_ONLY)
    //set the chooser to initialise File f with the file selected
    int status = fc.showOpenDialog(null);
    if (status == JFileChooser.APPROVE_OPTION)
         f = fc.getSelectedFile();
    public File getFile()
         return f;
    }

  • What is the name of the Apple App to read/convert excel on iPhone?

    what is the name of the Apple App to read/convert excel on iPhone?

    Hi,
    user password details sotred in USR02.
    in the filed BCODE, which is of the hashed format.
    but is securit flaw . you can't able to see.
    for more info:
    user password
    Thanks!

  • What is the name of the self-service administrator SCA file

    Hello,
      I am implementing ESS/MSS 600 BP in 2004s. I dont see the self service amdin role in my portal. Can you please tell me what is the name of the sca file that I should import from the market place to get the Self-Service administrator role.
    Thanks!
    Vivek Surya.

    Hi Surya,
    The Business package for Self Service Admin is BPERP5***09_0-10003381.SCA. (Import the file corresponding to the required support pack)
    Regards,
    Abhishek

  • I've installed LR on my new Mac - How do I find/what is the name of the file that opens to bring up my existing photos (on my external hd)?

    I've installed LR on my new Mac - How do I find/what is the name of the file that opens to bring up my existing photos (on my external hd)?

    Bookmarks and history are stored together in your profile folder in a database file named places.sqlite. These articles should help with restoring as much or as little of your other profile as you like:
    Locating the folder: [https://support.mozilla.com/en-US/kb/Profiles Profiles | How to | Firefox Help]
    The following article has suggestions for recovering bookmarks: [http://support.mozilla.com/en-US/kb/Lost%20Bookmarks Lost Bookmarks | Troubleshooting | Firefox Help].
    To move more settings, see: [https://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile Recovering important data from an old profile].
    Hope this helps.

  • What are the names of the flowers on Apple TV screen saver?

    what are the names of the flowers on Apple TV screen saver?
    I am looking for the the botanical names...
    Would anyone know where to find the credits for the photos used on the flowers screen saver?
    -carol8ne

    You can stream from a Mac via itunes selection (iPhoto events or a folder) - it has 8GB of solid state temporary storage, but quite how things are cached/flushed from here is a bit of a mystery - you cannot say designate 2GB to hold photos or prioritise photos over other material.
    Even rentals seem to flush if you've watched them and they haven't expired - relative fell asleep during a rental yesterday so i suggested she watched it today and it downloaded from scratch again, and the AppleTV hadn't had anything but music playing in the interim. Silly this really. There's a post on another section where someone used 17GB of their data allowance to watch a HD movie as it kept reloading!
    Yes you can stream photos from iPod/iPad using Airplay, but to be honest i don't think ATV2 offers that much over ATV1 for photos (yet anyway), and in some ways it's inferior.
    ATV2 is far more responsive/uses less power etc but I'm not convinced you get anything groundbeaking unless you have a lot of guests who could use it via Airplay from their iphones (and with ipads currently without cameras, photos would have to come from somewhere else in the first place).
    Message was edited by: Alley_Cat

  • What are the names of the ports I have in my Macbook Pro to plug an external monitor into?

    What are the names of the ports in my MacBook Pro that I can plug an external monitor into?

    You have Thunderbolt or Mini DisplayPort. If you know which external display you want or you already have it, look at the ports it has got and get a Mini DisplayPort adapter for it. There are Mini DisplayPort adapters for DVI, VGA and HDMI.
    Most external displays have DVI, VGA or HDMI. If you can use HDMI, use it, because it will provide much better quality. See > http://support.apple.com/kb/HT4241?viewlocale=en_US&locale=en_US
    Mini DisplayPort adapters can be used with Thunderbolt

  • What are the names of the servers of "Yahoo!"?

    Hi everybody!
    I would like to use Mail to access my yahoo! e-mail account and they ask me to set up the incoming and outcoming servers. The problem is that I don't know for sure what I must enter in the spaces...
    Could somebody who has already done the steps tell for me the name of the two servers for a Yahoo! account?
    Thank you!

    Yahoo does not support IMAP access to its mail servers. It offers web mail access for all accounts, & supports POP3 access for Yahoo Mail Plus accounts. Instructions for configuring the Plus version for POP access are available from Yahoo support, or by Googling that name. You must configure both your Plus account at Yahoo & your client app.

  • What are the names and the parameters of the SSIS reports

    what are the names and the parameters  of the SSIS reports
    (delivered with and included in the SSMS)
    to navigate from my reports to the build in reports
    it's necessary to know the reportname and the parameters.
    I want to "combine" respectively want to navigate
    from custom reports (works excellent) to the 5 build in reports
    please have a look at the attached picture and in particular
    to the blue arrow.SSIS_ReportsNavigation
    thank you for providing an answer or a hint.

    to navigate from my reports to the build in reports
    Those integrated reports in SSMS are not hosted in SSRS, so there is no URL available where you can navigate to.
    The reports run in client side rendering mode = RDLC.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • What is the name of the song on the OVI maps comme...

    What is the name of the song featured on the commercial for OVI maps, the ad looks as though it's set in Florence, Italy but I'm not sure. Really would like to know. Also, I believe it's a female singer. Thanks a bunch, please help. 

    bah it was a royal pain the backside to uncover which damn song this was, but like the OP I too was enchanted with the melody.  Anyway without further adu, the song is Donkey by Bachelorette.  The song can be heard in full here:
    http://www.imeem.com/ccozie/music/DH_juR9p/bachelorette-donkey/

  • What is the name of the new apple docking station?

    what is the name of the new apple docking station?

    I believe it's a face in the Myriad Pro family. The font used in the text on the Graphics page appears to be Myriad Pro Semibold.
    These fonts aren't included with OS X.
    Hope this helps....

Maybe you are looking for

  • Invalid security code on new card

    New credit card keeps coming up invalid security code

  • Heterogeneous Migration of BW on SQL Server to BW on HANA Issue

    Hi, I am performing Heterogeneous migration of BW on SQL Server to BW on HANA  according to the procedure mentioned in the SAP Documentation. Started the migration using Software Provisioning Manager. I have ran SMIGR_CREATE_DDL and ran export of sou

  • Jdbc differences beteewn oracle 9i and oracle 8.1.7

    hi, we have developed a java app usign oracle 8.1.7 and its corresponding jdbc driver, and now we are trying to test this app against oracle 9i, bu the first thing we've encountered is that while oracle 8.1.7 jdbc returned a Timestamp from a date col

  • Output type and application for order cancellation

    What is the output type and application for the cancellation of a sales order

  • Sales / License Tracking

    Being a huge fan of Lightroom and using it for 90% of my workflow, I am really only missing one element and would LOVE to see it incorporated... A way of tracking the sales & licensing of an image. I currently use an excel spreadsheet for this but wo