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.
virtualnuggets offering oracle dba online training,corporate training services.
ReplyDeleteCreate 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;