Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> StoredProcedures
Hi!
I've got the following problem. I've written a Java-application that works with a property file called "config.conf". The config file is read with a java.io.FileReader, everything workls fine:
FileReader reader = new FileReader("config.conf"); Now, I want to convert the Java-application to a stored procedure in an Oracle database. I have built a jar-file that contains the class-files of my application and the file "config.conf". Now, when I call the stored procedure, I get a java.io.FileNotFoundException. How do I have to change the code so that I can avoid the Exception?
Stefan Received on Fri Aug 02 2002 - 16:34:06 CDT
![]() |
![]() |