Friday, April 9, 2010

Drop or Recreate DB Control In A 10g R2/11g Data

In Order to drop or reinstall Database Control (repository), you'll need to execute the following steps:

- /bin/emca -deconfig dbcontrol db -repos drop

This single command will delete both configuration files and repository objects.

- Create DB Control Objects
to create the DB Control Repository Objects and Configuration Files excute the following command:
bin/emca -config dbcontrol db -repos create

No comments:

Post a Comment