Hi,
I got below error when I ran "Set constraints for table_name disabled;"
Could anyone help me on this?
Error code: -892
Can not disable object(informix.pk_mytable_pkid) due to other active objects using it.
I have checked the error code, it says :
"892 Cannot disable object object-name due to other active objects using it.
Other objects are using this object. If the object being disabled is an index, then a unique constraint, primary constraint, or referential constraint might be using that object. If the object is a unique or a primary-key constraint, then a referential constraint might be using that object."
Is there anyway to find which active object is using it?
Thanks in advance.
Tony