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 -> ORA-06576: not a valid function or procedure name

ORA-06576: not a valid function or procedure name

From: rihem <member23548_at_dbforums.com>
Date: Fri, 24 Jan 2003 16:23:28 +0000
Message-ID: <2433522.1043425408@dbforums.com>

I am trying to load a java class ( which compiles and runs on UNIX without any problem ) into a oracle schema. I am getting following errors.

->loadjava -user xxxx/xxx_at_sxxx_04 -schema xxxx -resolve -verbose
ReadEnv.java

creating : source xxxx.ReadEnv
loading  : source xxxx.ReadEnv
creating : ReadEnv

Error while creating ReadEnv

    ORA-06576: not a valid function or procedure name

Error while computing shortname of ReadEnv

    ORA-06550: line 1, column 13:
PLS-00201: identifier 'DBMS_JAVA.SHORTNAME' must be declared ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

The following operations failed

    source MTSVEXT.ReadEnv: creation
exiting : Failures occurred during processing

Can any body help?

Thanks

--
Posted via http://dbforums.com
Received on Fri Jan 24 2003 - 10:23:28 CST

Original text of this message

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