Good Morning Experts,
I am trying to disable a constraint on a table using the following statement below
alter table tbl_one
disable constraint t_ID
but I keep getting the error message
ora-02297: cannot disable constraint(finance.t_ID) - dependencies exist
Edited by: user13328581 on Dec 15, 2010 6:54 AM
Edited by: user13328581 on Dec 15, 2010 7:03 AM