For the DB Control Release 11.2 and higher, you need to set the environment variable ORACLE_UNQNAME to the value of the DB_UNIQUE_NAME database parameter.
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 ;
4.Check the new password
SQL> connect sysman/[@database_alias]
5.From the database directory $ORACLE_HOME/bin, execute:
On Unix
$ emctl setpasswd dbconsole
Provide the new SYSMAN password
On Windows
**>: emctl setpasswd dbconsole
Provide the new SYSMAN password
6.Restart the DB Control
On Unix
$ emctl start dbconsole
On Windows
Open a DOS Command Window and type
**>: emctl start dbconsole
Thank you
Osama Mustafa
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa