Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: call java class in pl*sql
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