Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: DBA_SOURCE vs DBA_TRIGGERS
FYI, there are 89 distinct trigger names in my DBA_TRIGGERS table.
1 SELECT trigger_name
2 FROM DBA_triggers
3 INTERSECT
4 SELECT name
5* FROM DBA_source
yeilds 89 rows,
so everything matches up. Weird. Also, there was a guy who originally posed
this question on experts-exchange. He says that he has multiple ( at least
10) databases that are clones of eachother yet in some databases he gets the
result I am getting and in others he gets no triggers in dba_source. A
mystery.
Received on Wed Sep 18 2002 - 15:54:57 CDT