EM dont work, after restore+update Database.
Trying to deploy an Rman backup from Win2003 r2 64 bit/ Oracle Database 11.1.0.7 on the Win2008 r2 64bit/ Oracle Database 11.2.0.1.
Everything is good exept the warning -
Oracle Enterprise Manager configuration is upgraded.Enterprise manager configuration succeeded with the following warning
- Error securing Database Control, Database Control has been brought up in non-secure mode.
To secure the Database Control execute the following command(s):
1) Set the environment variable ORACLE_SID to MY_SID
2) C:\oracle\product\11.2.0\dbhome_1\bin\emctl.bat stop dbconsole
3) C:\oracle\product\11.2.0\dbhome_1\bin\emctl.bat config emkey -repos -sysman_pwd < Password for SYSMAN user >
4) C:\oracle\product\11.2.0\dbhome_1\bin\emctl.bat secure dbconsole -sysman_pwd < Password for SYSMAN user >
0