Oracle 8i: CREATE JAVA CLASS USING BFILE ('c:\temp','Oscar.class');/

From: salvi <salvi_at_gmx.ch>
Date: 14 Aug 2001 05:55:21 -0700
Message-ID: <d0e08f90.0108140455.430b45f7_at_posting.google.com>


Hello!

I'm trying to use java stored procedures on Oracle 8i. Unfortuately I'm not able to load them with both of the following approaches:

***
SQL> CREATE JAVA CLASS USING BFILE ('c:\temp','Oscar.class');   2 /
CREATE JAVA CLASS USING BFILE ('c:\temp','Oscar.class');

                               *

ERROR at line 1:
ORA-22929: invalid or missing directory name ***

nor

***
> loadjava -user scott/tiger Oscar.class

The system cannot find the path specified ***

I hope, that you can help me. I've got no idea at all, what's wrong with these statements or with my environment. Any ideas?

Thanxs in advance, cheers, Salvi Received on Tue Aug 14 2001 - 14:55:21 CEST

Original text of this message