oracle table partitioning
We have list of tables with one parent and 30+ Childs and we are looking for options to partition tables to mainly the huge delete operations .
One of the options we see is exchange partition as parent table has column for case status (OPEN,CLOSE) but doesn't reflect same column in child instead the id column is referenced all across . We cannot have the status column added to rest of tables also. Due to column number going exceeding 1000 limit.
One of the options we see is exchange partition as parent table has column for case status (OPEN,CLOSE) but doesn't reflect same column in child instead the id column is referenced all across . We cannot have the status column added to rest of tables also. Due to column number going exceeding 1000 limit.
Tagged:
0