Partition a non partition table
Hello,
I have Oracle database 11.2 and i have a table with size around 200 GB and number of rows around 200 Million record.
I need to partition that table based on P_Date column but i checked on internet and i'm afraid to lose the Constraints and indexes on that table.
what is the best way to do partitioning with keeping all related objects\constraints\indexes on the new partitioned table?
Thanks