Oracle table partitioning for parent child tables
We are looking for options to create and drop partitions of tables which have child tables. Oracle documentation refers to reference partitions and exchange partitions .
Need a simpler and easier approach .A normal partition fails for reference integrity and oracle recommends drop all data from partition or disable foreign key in child tables.
Need a simpler and easier approach .A normal partition fails for reference integrity and oracle recommends drop all data from partition or disable foreign key in child tables.
Tagged:
0