Hello All,
Drop Role is not working for me. It hangs:
drop role CALLCHK_USER cascade ;
drop role CALLIGO_USER cascade;
The above statements just hang without error output.
Any input will be appreciated.
I am thinking I need to temporarily disable a constraint.
How to identify which constraints to disable.
I cannot disable all as this is a working database.
Drop Role is not working for me. It hangs:
drop role CALLCHK_USER cascade ;
drop role CALLIGO_USER cascade;
The above statements just hang without error output.
Any input will be appreciated.
I am thinking I need to temporarily disable a constraint.
How to identify which constraints to disable.
I cannot disable all as this is a working database.