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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: list java classes

RE: list java classes

From: Richard Ji <richard.ji_at_mobilespring.com>
Date: Fri, 03 Jan 2003 07:48:43 -0800
Message-ID: <F001.0052697C.20030103074843@fatcity.com>


select dbms_java.long_name(object_name) from user_objects where object_type like 'JAVA%';

Richard Ji

-----Original Message-----
Sent: Friday, January 03, 2003 6:49 AM
To: Multiple recipients of list ORACLE-L

How do I list java classes that have been loaded into my schema via loadjava?

John Dunn
Sefas Innovation Ltd
0117 9154267
www.sefas.com

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: John Dunn
  INET: john.dunn_at_sefas.co.uk

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Richard Ji
  INET: richard.ji_at_mobilespring.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Fri Jan 03 2003 - 09:48:43 CST

Original text of this message

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