Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: system trigger question
What is _system_trig_enabled set to?
SELECT a.ksppinm || ' '|| b.ksppstvl || ' ' || c.ksppstvl
FROM x$ksppi a, x$ksppcv b, x$ksppsv c WHERE a.indx = b.indx
Regards,
Steve Received on Tue Apr 18 2006 - 19:41:27 CDT