Got this error?
The OracleDBConsolev8it3 service terminated with service-specific error 1 (0x1).
emca -config dbcontrol db
SEVERE: Failed to unlock all EM-related accounts
Could not complete the configuration. Refer to the log file for more details
It`s a common error. you need to drop dbconsole first.after that you can recreate the same
1)DROP DBCONSOLE first
emca -deconfig dbcontrol db -repos drop
then
2)CREATE NEW REPOSITORY
emca -repos create
emca -config dbcontrol db
It will take sometime to create new repository.Also you can see the path of EM at end of the execution.
Restart EM Console
emctl stop dbconsole db
emctl start dbconsole db
Cheers!!!
No comments:
Post a Comment