Hi,

Whenever I try to drop I sequence I get the following error:-
DROP SEQUENCE seq_12129;

DROP SEQUENCE: unable to drop sequence seq_12129 (there are database objects which depend on it)

I have dropped all the tables in the current schema, but I am still getting this error. Is there a way to find out what database object depends on this sequence?

 

Anu