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: call java class in pl*sql

Re: call java class in pl*sql

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 7 Feb 2005 01:56:52 -0800
Message-ID: <1107770212.703829.261580@f14g2000cwb.googlegroups.com>

h wrote:
> i already call this :
> call dbms_java.grant_permission('SYS',
> 'java.io.FilePermission',
> 'C:\output.xls',
> 'read,write');
> any ideas
> thanks

Javadocs definition about IncompatibleClassChangeError,

"Thrown when an incompatible class change has occurred to some class definition. The definition of some class, on which the currently executing method depends, has since changed."

You may want to recompile and reload your class into the database. Also check the validity of the Excel package from the vendor.

Regards
/Rauf Received on Mon Feb 07 2005 - 03:56:52 CST

Original text of this message

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