Try OpenEdge Now
Database Administration
Maintaining and Monitoring Your Database
:
Multi-tenant database
:
Tenant Data Recovery
:
Step 3: Moving data with PROUTIL DATAMOVE
:
Move one sequence with the DATAMOVE command line
Move one sequence with the DATAMOVE command line
To move one sequence from the DATAMOVE command line, the syntax is as follows:
proutil
target-database
-C datamove source
source-database
tenant
tenant-name
sequence
sequence-
name
For example, if you want to restore data to a production database named
production_db
, for the sequence
customer_id
for a tenant named
store1
, and your restored source database is named
temporary_db
, enter the following command:
proutil production_db -C datamove source temporary_db tenant store1
sequence customer_id