Uninstalling the Oracle Database Protector

The process to uninstall the Oracle Database Protector involves the following steps:

  1. Dropping the User Defined Functions.
  2. Uninstalling the RPAgent.
  3. Uninstalling the Log Forwarder.

Dropping the User Defined Functions

  1. Log in to the Oracle Database server using the same account used to create the UDFs.
  2. Navigate to the /opt/protegrity/databaseprotector/oracle/sqlscripts/ directory.
  3. To drop the UDFs, run the following command:
    sqlplus USER1/Password1 @dropobjects.sql
    

Uninstalling the RPAgent

Before uninstalling the RPAgent, Protegrity recommends creating a backup.

  1. Log in to the Oracle Database server.
  2. Navigate to the /opt/protegrity/rpagent/data directory.
  3. To stop the RPAgent, run the following command:
    rpagentctrl stop
    
  4. Delete the rpagent directory.

Uninstalling the Log Forwarder

Before uninstalling the Log Forwarder, Protegrity recommends creating a backup.

  1. Log in to the Oracle Database server.
  2. Navigate to the /opt/protegrity/logforwarder/data directory.
  3. To stop the RPAgent, run the following command:
    logforwarderctrl stop
    
  4. Delete the logforwarder directory.

Last modified : December 18, 2025