Try OpenEdge Now
skip to main content
Database Administration
Maintaining and Monitoring Your Database : Table-partitioned database : Managing partitions : Copying partition data : Step 3: Moving data with PROUTIL PARTITIONMANAGE COPY
 
Step 3: Moving data with PROUTIL PARTITIONMANAGE COPY
The third step in recovering deleted data is to copy data from your temporary database to your production database.
Once you have a temporary database restored from backup and rolled forward, you can use it as the source database for recovering your deleted data. You copy data into your production database with PROUTIL PARTITIONMANAGE COPY. You can issue a complete command from the command line, or you can invoke the menu-driven user interface.
A single command line copy allows you to copy data for one partition .
Depending on the data you need to copy, choose one or more of the following options to PROUTIL PARTITIONMANAGE COPY:
*Copy one partition with the PARTITIONMANAGE COPY command line
*Copy multiple partitions with the PARTITIONMANAGE COPY userinterface
By default, PROUTIL PARTITIONMANAGE COPY, copies data by bundling 100 records in a single transaction. You can change the number of records per transaction on the command line with the recs parameter..
See PROUTIL PARTITIONMANAGE COPY qualifier for the complete syntax.
* Copy one partition with the PARTITIONMANAGE COPY command line
* Copy multiple partitions with the PARTITIONMANAGE COPY user interface