| Author |
Question about stored procedure
|
Cathy Young
Ranch Hand
Joined: Mar 02, 2002
Posts: 126
|
|
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
|
 |
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1112
|
|
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.
|
 |
Cathy Young
Ranch Hand
Joined: Mar 02, 2002
Posts: 126
|
|
Thanks a lot for your help, Avi! --Cathy
|
 |
 |
|
|
subject: Question about stored procedure
|
|
|