Information in this document applies to any platform for DB Console:
This article provides following instructions on how to manage the db console application used in a single instance 10G database:
1: Create repository and configuration files for the DB Control application
2: Drop repository and configuration files for the DB Control application
3: Recreate the repository and configuration files for the DB Control application
Create DB Control Objects:
Option1: Create the Db Control Configuration Files
Option2: Create the DB Control Repository and Configuration Files
Option1:
For DB Control 10.1.x, run the command:
For DB Control 10.2.x, run the command:
Option2:
For DB Control 10.1.x, run the command:
For DB Control 10.2.x, run the command:
Drop DB Control Objects:
Option 1: Delete DB Control Configuration Files using EMCA scripts
Option 2: Delete DB Control Configuration Files Manually
Option 3: Delete DB Control Repository Objects using RepManager
Option 4: Delete DB Control Repository Objects Manually
Option 5: Delete DB Control Configuration Files and Repository Objects using EMCA
Option 1:
For DB Control 10.1.x, run the command:
For DB Control 10.2.x, run the command:
Option 2:
Remove the following directories from your filesystem:
NOTE: On Windows you also need to delete the DB Console service:
- run regedit
- navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
- locate the OracleDBConsole
Option 3:
In both 10g R1 and R2 run:
Option 4:
Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account and management objects:
SQL> drop usersysman cascade;
SQL> drop role MGMT_USER;
SQL> drop user MGMT_VIEW cascade;
SQL> drop public synonym MGMT_TARGET_BLACKOUTS;
SQL> drop public synonym SETEMVIEWUSERCONTEXT;
Option 5:
For DB Control 10.1.x:
For DB Control 10.2.x:
Recreate DB Control Objects:
Option 1. Recreate the DB Control Configuration Files only (leave Repository intact)
Option 2. Recreate the DB Control Configuration Files and Repository
Option 1:
For DB Control 10.2.x, run the command:
Option 2:
For DB Control 10.2.x, run the command:
No comments:
Post a Comment