Try OpenEdge Now
skip to main content
Database Administration
Maintaining and Monitoring Your Database : Multi-tenant database : Tenant Data Recovery : Step 4: Tenant data recovery clean up : Delete source database
 
Delete source database
Once you have completely restored your production database with the TDR process, your temporary restored backup is no longer needed. You can delete this database.
Clear state information from your target database
The clear all option removes all DATAMOVE state information from your database. The clear all option is necessary only in the rare cases that your database needs to be used with a version of OpenEdge earlier than Release 11.3.0 and a DATAMOVE operation terminated prior to completion.
To remove any indicators of an incomplete state, and to disable the ability to continue to executing PROUTIL DATAMOVE on the database, use the clear all parameter to DATAMOVE. Invoke the command line using the following syntax:

Syntax

proutil target-database -C datamove clear all
For example, to clear a database named production_db, enter the following:
proutil production_db -C datamove clear all
The results of executing a clear all are as follows:
Executing to clear all objects. (16960)
The feature Data Move has been successfully disabled. (16965)
Clear all objects completed successfully. (16962)