Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> StoredProcedures

StoredProcedures

From: Stefan Krompaß <krompass_at_fmi.uni-passau.de>
Date: Fri, 2 Aug 2002 23:34:06 +0200
Message-ID: <aieu00$iti$00$1@news.t-online.com>


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

Original text of this message

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