Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Trigger does not exists in DBA_SOURCE

551752Nov 14 2007 — edited Nov 15 2007
hi all,
what may be the reason as some of the triggers are not found in DBA_SOURCE,

SQL>select count(*) from(
2 select trigger_name from dba_triggers
3 minus
4 select name from dba_source where type='TRIGGER'
5 )
6 ;

COUNT(*)
----------
168

I also confirmed from DBA_TRIGGERS for source existance

I am using 10.2.0.3 database
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2007
Added on Nov 14 2007
7 comments
793 views