1. Stop DB Control by executing the command emctl stop dbconsole
2. Modify the agent to reflect the new port number. Edit $ORACLE_HOME/
The instructions say you only need to modify the listener port value. However, I noticed that there are two entries in this file. One is for the database and another for the listener, each pointing to the default port of 1521. I'm not sure if I needed to change the database port but since the DBA wanted to keep both environments separate I changed it to be safe. I didn't test this procedure without making that change.
Here is a copy of the file (of course username and password values were modified. ;).
3. Modify $ORACLE_HOME/
Here are the modified entries with 1522 replacing the standard port 1521.
oracle.sysman.eml.mntr.emdRepPort=1522
oracle.sysman.eml.mntr.emdRepConnectDescriptor=(DESCRIPTION\=(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=TCP)(HOST\=nitish)(PORT\=1522)))(CONNECT_DATA\=(SERVICE_NAME\=Niti10gdb)))
4. Last but not least start up database console with emctl start dbconsole and verify that you can login successfully.
No comments:
Post a Comment