Oracle 10g: How to create an Enterprise Manager instance on the command line
In case you have to create an Oracle 10g Enterprise Manager instance from scratch, it is very easy.
If you need to blow away the existing Enterprise Manager configuration, you can either recreate the repository, which will wipe out all the configurations:
- emca -repos recreate
- emca -config dbcontrol db
or, you can recreate just the dbcontrol for an instance:
- emca -deconfig dbcontrol db
- emca -config dbcontrol db



Recent Comments