Back to basics...
"I want to drop the partitions however I dont want to rebuild the local indexes. I have enforced referential integrity on tables.. How can I achive this?"
1. Use deferrable FK constraints
2. disable the constraints before dropping partitions
3. Enable constraint with 'NOVALIDATE' clause after dropping partitions.
But what if I have indexes on FK constraints?
You can use 'KEEP INDEX' caluse at the time of disabling the constraints.
Tuesday, 14 August 2007
Subscribe to:
Post Comments (Atom)
1 comment:
Path Infotech is in the field of oracle training program from past several years.
For more info : Ocp Certification in Noida
Post a Comment