Partitioned table Constraint Enable
Hi All,
I have two table t1 & t2 with pk & fk relation. Both are partitioned tables.t1 is parent and t2 is childe table.t2 having more than 600 milions records.Contraints for table t2 is at present in disable state.I am trying to enable the foreign key reference constraint with syntax
ALTER TABLE T2 ENABLE CONSTRAINT CONSTRAINT_NAME;
but It took more than 48 hrs and at last i got a error
ORA-20099: ORA-01555: snapshot too old: rollback segment number 3 with name
How can i enable the t2 table constraints ..Is there any other way.
Thanks.