Wednesday 18 June 2014

Personalize / Customize E-Business Suite Login Page R12

Step -1 Log on to UNIX box as the application owner and place logo.jpg /gif file in the $OA_MEDIA top
Step -2 Log into the application and select the Functional Administrator responsibility Click on Personalize and enter the document path as /oracle/apps/fnd/sso/login/webui

Step -3 Click the personalize pencil icon for - /oracle/apps/fnd/sso/login/webui/loginRG
Check Site Include so all users will see it and click Apply
Click on the Pencil icon to personalize the People Image Change the Image URI of people.jpg to your uploded image. To change the Corporate Branding logo Follow step 1 to 3 using the document path - /oracle/apps/fnd/sso/login/webui/MainLoginPG
Hope this helps Personalizing your E-Business Suite instance.

1 comment:

  1. virtualnuggets offering oracle dba online training,corporate training services.

    Create a user account for RMAN and grant the privileges.

    Privs: connect, recovery_catalog_owner
    Sql>create user rman identified by rman default tablespace rman_tbs quota unlimited on rman_tbs;
    Sql>grant connect ,resource, recovery_catalog_owner to rman;
    From catalog:
    $rman catalog rman/rman
    Rman>create catalog;

    To drop catalog
    Rman>drop catalog; #don’t do it. It’s for information.
    To resync catalog
    Rman>resync catalog;
    $rman target system/manager catalog rman/rman@rman
    To register a database
    Rman>register database;
    Backup database
    Rman>backup database;

    ReplyDelete