Month: December 2011
ORACLE Racing Wallpaper: Need a new image on your desktop ?
Change Enterprise manager password for 11g
Steps :
1.Stop the DB Control
On Unix
$ emctl stop dbconsole
On Windows Open a Command Window and type
**> emctl stop dbconsole
2.Check that the DB Control is stopped
On Unix$ emctl status dbconsole
On Windows
Open a Command Window and type
**>emctl status dbconsole
3.Connect to the database as a user with DBA privilege with SQL*Plus and execute:
SQL> alter user sysman identified by ; SQL> connect sysman/[@database_alias] On Unix
$ emctl setpasswd dbconsole
Provide the new SYSMAN password **>: emctl setpasswd dbconsoleProvide the new SYSMAN passwordOn Unix
$ emctl start dbconsole Open a DOS Command Window and type
**>: emctl start dbconsole Thank you
Osama Mustafa Change Oracle Enterprise Manager 10g Password
1.Stop the DB Control
On Unix $ emctl stop dbconsole
On WindowsOpen a Command Window and type**> emctl stop dbconsole
2.Check that the DB Control is stoppedOn Unix
$ emctl status dbconsole
On WindowsOpen a DOS Command Window and type**> emctl status dbconsole
SQL> alter user sysman identified by ;
SQL> connect sysman/[@database_alias]
5.Go to $ORACLE_HOME/host_sid/sysman/config do the following :
- Save the file emoms.properties to emoms.properties.orig
- Edit the file emoms.properties
- Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwd=
Replace the encrypted value by the new password value
Example:
oracle.sysman.eml.mntr.emdRepPwd=rainbow - Search for the line:
oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE
Replace TRUE by FALSE
6.Restart the DB Control
On Unix
$ emctl start dbconsole Open a DOS Command Window and type**> emctl start dbconsole - Edit the file $ORACLE_HOME/host_sid/sysman/config/emoms.properties
- Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwd=
Check that the password is encrypted - Search for the line beginning with:
oracle.sysman.eml.mntr.emdRepPwdEncrypted=
Check that the value is TRUE
I Publish the same lesson but on 11g .
Thank you Osama mustafa













