Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: system trigger question

Re: system trigger question

From: <stevedhoward_at_gmail.com>
Date: 18 Apr 2006 17:41:27 -0700
Message-ID: <1145407287.652065.15470@e56g2000cwe.googlegroups.com>


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

  AND a.indx = c.indx
  AND a.ksppinm like '%system_trig%'
/

Regards,

Steve Received on Tue Apr 18 2006 - 19:41:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US