Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 10g on Linux, loadjava problem
jack.mollier_at_gmail.com wrote:
> I've installed 10g on Fedora Core 4 and am attempting to create a Java
> stored procedure. The stored procedure will write an entry to a
> JavaSpace, so I need to make Oracle aware of the necessary libraries.
> When I run "loadjava -v -user/pass_at_sid jini-core.jar", everything seems
> to load successfully, but each class from the jar file has a status of
> INVALID in the dba_objects table. What am I doing incorrectly?
I found the problem. It is necessary to specify the "-r" flag (resolve) to loadjava.
Thanks anyway,
Jack Received on Tue Feb 21 2006 - 11:18:37 CST
![]() |
![]() |