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: Java Procedure Doesn't Exist When Executed

Re: Java Procedure Doesn't Exist When Executed

From: Resant <resant_v_at_yahoo.com>
Date: 13 Jun 2006 03:37:12 -0700
Message-ID: <1150195031.977605.13150@h76g2000cwa.googlegroups.com>


I've add the permission by script :

dbms_java.grant_permission( 'SCOTT', 'SYS:java.io.FilePermission',  '<<ALL FILES>>', 'execute' )

and try to select again, but get error : ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception: java.io.IOException: The handle is invalid.

Something wrong with the Java procedure?

Thanks

Resant Received on Tue Jun 13 2006 - 05:37:12 CDT

Original text of this message

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