Copy partitioned tables from existing database to a New Database
I have a database with a couple of partitioned tables.
I need to create these partitioned tables in a new database.
The partitioned tables are either partitioned according to month, day, or hour and each partition resides in it's own tablespace.
The old tablespaces for the partitioned tables gets put inot read only mode.
I only want to move the online data to the new database.
What are my options here?
Was looking at using transportable tablespaces but it won't work as this is a partitioned table.
The online data is +/- 560GB.
Please anyone, if you can help me I would greatly appreciate it.