export from partiton p1 from Database D1 and import to partition p2 of D2
Hi,
I need to export one of the table partition(Range Partition) data from production database P1, and Import into another table partition of database T1.
Means export from one partiton to another partition, from database is P1, To database is T1.
exp command not worked in sqlplus prompt at SQL>.
Regards,
Venkat.