Copy multiple partitions with the PARTITIONMANAGE COPY user interface
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Copy multiple partitions with the PARTITIONMANAGE COPY user interface
You can invoke the PARTITIONMANAGE COPY user interface to make multiple selections of partitions to copy. Invoke the command line using the following syntax:
|
For example, if your target database is named production_db,
and your source database is named, temporary_db,
start the user interface with the following command:
|
The user interface menu appears as shown:
|
From this menu, select option 1 to proceed or 2 to quit. The steps to proceed are as follows:
- From the main menu, choose 1.
The following screen appears:
This screen, and the following pages, display all table partitions, including composite partitions, in the database in alphabetical order.Choose Table Partitions for Partition Copy -------------------------------------------------------------------------------------- Option| Table Name | Table Owner | Partition Name : ID |Number -------------------------------------------------------------------------------------- 1|customer |PUB |cust_id_llr_1:1 | 1 2|customer |PUB |cust_id_llr_2:2 | 1 3|customer |PUB |cust_id_llr_3:3 | 1 4|customer |PUB |cust_id_llr_4:4 | 1 5|customer |PUB |cust_id_llr_5:5 | 1 6|customer |PUB |cust_id_llr_6:6 | 1 7|customer |PUB |cust_id_llr_7:7 | 1 8|customer |PUB |cust_id_llr_8:8 | 1 9|customer |PUB |cust_id_llr_9:9 | 1 10|customer |PUB |cust_id_llr_10:10 | 1 11|customer |PUB |cust_id_llr_11:11 | 1 12|customer |PUB |cust_id_llr_12:12 | 1 13|customer |PUB |cust_id_llr_13:13 | 1 -------------------------------------------------------------------------------------- Page 1 of 31 Input Your Choice (c/C) - Change Display (a/A) - All (n/N) - Next Page (q/Q) - Quit (g/G) - Go - Choose partitions by entering the number at the beginning of the row and pressing return. An asterisk will appear next to your selection.
- Continue selecting partitions by number until you have selected all the partitions you
want to copy.Note: To undo a selection, enter the number a second time.
- Once all the partitions to copy are selected, enter g or
G to go.
Once you enter g, all the partitions that were selected are copied sequentially. Pressing ctrl-C cancels the process.