Posts

Showing posts from March, 2015

Change weblogic user password in EBS R12.2

Image
EBS 12.2 uses WebLogic Server from Fusion Middleware 11g in place of OC4J 10g as part of the release’s internal technology stack. Your organization’s security rule may demand changing password for important uerids at regular interval. This document describes the procedure to use if you need to change the password  of the Oracle WebLogic Server Administration user password at some time. 1. Log in to the Oracle WebLogic Server Administration console at http:// <server>.<domain>:<wls_admin_port>/console with the current user name and password. 2. Choose the Lock and Edit button. 3. Select the ‘Domain’ link under the Domain Structure section. 4. Select the Security tab. 5. Select Advanced. 6. Enter the new Node Manager/Weblogic password. 7. Choose the Save button and then the Activate Changes button. 8. Choose the ‘Security Realms’ link on the Oracle E-Business Suite 12.2 domain configuration, and then select the ‘myreal...

Adding new user in Oracle Apps (EBS) from back end

Adding New User in Oracle Apps (EBS) from back end Application users in Oracle Apps (EBS) can be created from the front end as well as back end. The back end method for user creation can be used when you don’t have sysadmin access to the applciation or also it can be used to speed up the process when there are many userids to be created. You will require apps access to connect to database  to run the package fnd_user_pkg. OR you need to connect by those database userids having execute permission on fnd_user_pkg. Also if you are using some other user, you need to prefix schema name (i.e. use apps.fnd_user_pkg.createuser) We can create user, disable/enable user, add/delete responsibility to the user through back end using this seeded oracle API. fnd_user_pkg is the seeded generic API provided by Oracle. In this post we will see how to use below two functionality of this API ...