Hi, I am writing a Java Stored Procedure on Oracle 8i. This java class needs several .jar files to compile and run. How can I tell the Oracle server about these jar files? Thanks, Cathy
Load them into the database using Oracle's loadjava utility. See the Oracle documentation for more details. You may also like to try Ask Tom, MetaLink or Oracle Technology Network. Perhaps even do an Internet search or search the archives of the "comp.databases.oracle*" newsgroups for "loadjava". Good Luck, Avi.