I used Database Configuration Assistant to create an empty database to run import dump file later
I got a warning window
Enterprise manager configuration succeeded with the following warning -
Error securing Database Control, Database Control has been brought up in non-secured mode. To secure the Database Control execute the following command(s):
1) Set the environment variable ORACLE_SID to EWTEST
2) D:\oracle\product\10.2.0\db_1\bin\emctl.bat stop dbconsole
3) D:\oracle\product\10.2.0\db_1\bin\emctl.bat config emkey -repos -sysman_pwd
4) D:\oracle\product\10.2.0\db_1\bin\emctl.bat secure dbconsole -sysman_pwd
5)D:\oracle\product\10.2.0\db_1\bin\emctl.bat start dbconsole
To secure EM Key, run D:\oracle\product\10.2.0\db_1\bin\emctl.bat config emkey -remove_from_repos -sysman_pwd
so I have 2 questions:
1- when I got this window?
2- now in line 3) when I run emctl.bat config emkey -repos -sysman_pwd mypass I got an error
Invalid Password
caught Exception java.sql.SQLException: I/U-unntak: The Network Adapter could not establish the connection
what is wrong here?
Thanks