How to Change apps user password in R12.2

Step 1: Stop the Application services

[testora@vtebz1 apps]$ cd $ADMIN_SCRIPTS_HOME

sh adstpall.sh

Step 2: Drop the DB links

Step 3: Change the APPLSYS password

FNDCPASS apps/apps 0 y system/manager SYSTEM APPLSYS <New password>

0 & Y are flags for FNDCPASS

‘0’ is request id (request ID 0 is assigned to request ID's which are not submitted via Submit Concurrent Request Form)

'Y' indicates that this method is directly invoked from the command-line and not from the Submit Request Form.

Log filename: L7535322.log

Report filename: O7535322.out

Step 4: Recreate the DB link 

Step 5: Start Admin Server using the $INST_TOP/admin/scripts/adadminsrvctl.sh script. Do not start any other application tier services.

step 6: Log in to WLS Administration Console and Click Lock & Edit in Change Centre.

  1. In the Domain Structure tree, expand Services, then select Data Sources.
  2. On the "Summary of JDBC Data Sources" page, select EBSDataSource.
  3. On the "Settings for EBSDataSource" page, select the Connection Pool tab.
  4. Enter the new password in the "Password" field.
  5. Enter the new password in the "Confirm Password" field.
  6. Click Save.

Go to connection Pool


Change the New Password


Click on Active Changes.


Step 6: Connect sqplplus apaas/<newpwd>

step 7: Run Autoconfig

Step 8: Start all application server using sh adstrtal.sh script


FNDCPASS Frequently Asked Questions

 

What is Apps Schema?

Apps is a schema which does not contain any tables of itself. We can say APPS is the shared runtime schema for all E-Business Suite products. It contains all the synonyms of all the table in Oracle apps. But it also contains packages, functions, procedures. The default password is apps.

 

What is Applsys Schema?

Applsys schema contains all the tables required for administarative purpose. The default password is apps. All the technical products’ database objects are consolidated into a single schema called Applsys

 

What is Applsyspub schema?

Applsyspub schema is responsible for password checking.The default password is pub.Applsyspub is used for authentication by having read only views.

 

Why should Apps & Applsys passwords always be the same?

The need to have the same password for Apps and Applsys is because when you sign on to apps, intially it connects to a public schema called APPLSYSPUB. This validates AOL username and password that we enter (operations/welcome using guest user account. Once this is verified we select responsibility, this is validated by APPLSYS schema and then it connects to APPS schema.

How to change apps password?

FNDCPASS  apps/apps 0 Y  system/manager  SYSTEM  APPLSYS WELCOME


How to change application Schema password?

FNDCPASS  apps/apps 0 Y  system/manager  ORACLE  GL      GL1 


How to change USER password?

FNDCPASS  apps/apps 0 Y  system/manager  USER     SYSADMIN  SYSADMIN

Comments

  1. Please find some more oracle DBA interview question:
    https://www.top15search.blogspot.com

    ReplyDelete

Post a Comment

Popular posts from this blog

How to troubleshoot long running concurrent request in R12.2

How to run Gather Schema Statistics in R12.2

How to compile forms in R12.2