How to perform table partitioning in Oracle 11g database table?
Hi Everyone,
I need to perform table partitioning in few CC&B tables in our non-RAC 11g database. These table have more than 20 million rows and query execution has been slow in these tables. We wanted to test if partitioning helps improve the performance.
Thanks!