Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Active sql
http://www.ixora.com.au/scripts/sql/create_xviews.sql
Raj
QOTD: Any clod can have facts, but having an opinion is an art!
-----Original Message-----
Sent: Wednesday, July 03, 2002 3:44 PM
To: Multiple recipients of list ORACLE-L
Jamadagni
I am getting an error
sys.X_$KSUSE s
*
ERROR at line 12:
ORA-00942: table or view does not exist
Tested on 8.1.7 and 9.0.1 and the same error.
What script should I run to create that table or view ?
TIA Ramon
> prompt **** Currently Executing Packages ****
> SELECT
> substr(DECODE(o.kglobtyp,
> 7, 'PROCEDURE', 8, 'FUNCTION', 9, 'PACKAGE', 12, 'TRIGGER', 13,
> 'CLASS'),1,15) "TYPE",
> substr(o.kglnaown,1,30) "OWNER",
> substr(o.kglnaobj,1,30) "NAME",
> s.indx "SID",
> s.ksuseser "SERIAL"
> FROM
> sys.X_$KGLOB o,
> sys.X_$KGLPN p,
> sys.X_$KSUSE s
> WHERE
> o.inst_id = USERENV('Instance') AND
> p.inst_id = USERENV('Instance') AND
> s.inst_id = USERENV('Instance') AND
> o.kglhdpmd = 2 AND
> o.kglobtyp IN (7, 8, 9, 12, 13) AND
> p.kglpnhdl = o.kglhdadr AND
> s.addr = p.kglpnses
> ORDER BY 1, 2, 3
> /
> >
>
>
>
> >
>
>
>
>
> >
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ramon E. Estevez INET: com.banilejas_at_codetel.net.do Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jul 03 2002 - 15:26:15 CDT-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jamadagni, Rajendra INET: Rajendra.Jamadagni_at_espn.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
- text/plain attachment: InterScan_Disclaimer.txt
![]() |
![]() |