partitioning tables
I want to partition only certain tables and not all the tables mentioned in the RMS_partition_definition.xls file.
1. Removed the tables from RMS_partition_definition.xls
2. Removed the same tables as per the RMS_partition_definition.xls file from partition_attributes.cfg file.
3. cp rms.tab rms13.tab
4. Then run the partition.ksh as below at O.S Level
5. After executing the partition.ksh script, it will generate the DDL rms13_part.tab
6. Logging into the database as the RMS schema owner and execute the DDL rms13_part.tab file. It will create the partitioning.
The issue is that there are still partitioning is happening on the all tables apart from the required table.