Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: call java class in pl*sql
"h" <heba11282_at_yahoo.com> wrote in message news:<1107690291.664390.60490_at_c13g2000cwb.googlegroups.com>...
> i already call this :
> call dbms_java.grant_permission('SYS',
> 'java.io.FilePermission',
> 'C:\output.xls',
> 'read,write');
> any ideas
> thanks
Hello again.
It seems Oracle JVM doesn't like your java Excel classes. Check JVM version and compatibilities.
HTH. Received on Mon Feb 07 2005 - 01:49:50 CST