Saturday, June 20, 2015

How to change cn=orcladmin PW for OVD without EM

Here they are the steps that you must take, if your EM is not working to change OVD super user password:

1-You must set ORACLE_HOME before running this script.

2-Locate ovdcred.pl in $ORACLE_HOME/ovd/bin/directory.

3-Run the ovdcred.pl script using the following syntax:

ovdcred.pl -componentName  ovd-component-name -instancePath ovd-instance-path  -option username/password option

For example:

ovdcred.pl –componentName ovd1 –instancePath /scratch/aime1/asinst_1 –option Password
ovdcred.pl –componentName ovd1 –instancePath /scratch/aime1/asinst_1 –option Username


When you run a help or anything wrong you can see these:

perl ovdcred.pl –componentName ovd1 –instancePath /u01/app/idm/config/instances/oid1/OVD –option Password
 -componentName VAL : OVD Component Name
 -instancePath VAL  : OVD Instance Path
 -option VAL        : Password/Username
 -userType VAL      : ROOT/EMADMIN. Defaults to ROOT when this option is not spe
                      cified


If you type it properly then you will see the result:


perl /u01/app/idm/products/dir/oid/ovd/bin/ovdcred.pl  –componentName ovd1 –instancePath /u01/app/idm/config/instances/oid1/config/OVD/ovd1 –option Password
Enter password:
Confirm password:




Check this article also:

I hope it helps you,
Thiago Leoncio.



No comments:

Post a Comment