Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
maybe its because your a wanker > > If u have any answer to that please let me know. > Yes. Your oracle user needs to have the Javasyspriv role granted. If this doesn't work, you can grant the permission manually using the following command in SQL*Plus: > call dbms_java.grant_permission("java.io.FilePermission"," > If this still doesn't work you could scratch the Java Stored Procedure and use the UTL_TEXT package in PL/SQL. > Good Luck! > Steve |
Sponsored Links
|