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 testdb 2) C:\oracle\product\10.2.0\db_1\bin\emctl.bat stop dbconsole 3) C:\oracle\product\10.2.0\db_1\bin\emctl.bat config emkey -repos -sysman_pwd < Password for SYSMAN user > 4) C:\oracle\product\10.2.0\db_1\bin\emctl.bat secure dbconsole -sysman_pwd < Password for SYSMAN user > 5) C:\oracle\product\10.2.0\db_1\bin\emctl.bat start dbconsole
To secure Em Key, run C:\oracle\product\10.2.0\db_1\bin\emctl.bat config emkey -remove_from_repos -sysman_pwd < Password for SYSMAN user >