Removal
Take these steps to remove the database objects (used with database monitors) from your Oracle database. Use the OracleUnInstallers.zip to execute the removal process.
The following parameters must be passed.
Var | Name | Description |
---|---|---|
1 | OraBinPath | Path to Oracle bin directory where the loadjava command is located. |
2 | OraUser | Oracle username to login to target database*. |
3 | OraPwd | The password for the Oracle username specified in OraUser. |
4 | OraDbase | The name of the database the objects will be configured to. |
User login must be an Oracle system/DBA-level account.
Below is the generic format for calling the scripts.
DBMonOraUninst.bat <OraBinPath> <OraUser> <OraPwd> <OraDbase>