Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Find the table's name that using sequences
A mad rampage through DBA_SOURCE might reveal something useful.
Something like:
select name,text from dba_source where upper(text) like '%SEQUENCE_NAME%';
And do the same with TRIGGER_BODY from DBA_TRIGGERS.
-----Original Message----- ---------------------------------------------------------------------------- ----
At first I thought it is easy to find those tables to use sequences but I failed. dba_sequence don't give too much info. Is there any idea?
Thanks in advance Received on Wed Jul 16 2003 - 15:17:52 CDT
![]() |
![]() |