Hi All,
ow to move the table data from Non Partitioned to Partitioned table in Oracle 11.2.04 ?
I have did the following steps.
--> exported the table
--> dropped the table
--> created new part table (same name)
--> imported the table using ignore=y
But I didn't find the data in that partitioned table.
Thanks,
Ramaraju