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

Home -> Community -> Usenet -> c.d.o.server -> create java class using bfile

create java class using bfile

From: Mark <markqian_at_hotmail.com>
Date: 29 Aug 2001 10:14:22 -0700
Message-ID: <cea38d69.0108290914.5c0db277@posting.google.com>


I try to run following in sqlp in 8i

create java class using bfile ('C:\My_test\db\JSP','SIMPLE.java');

but got

create java class using bfile ('C:\My_test\db\JSP','SIMPLE.java');

                               *

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

I also tried

create java class using bfile ('C:\\My_test\\db\\JSP','SIMPLE.java');

and got the same error...

What is wroing?

Any response will be appreciated.

mark Received on Wed Aug 29 2001 - 12:14:22 CDT

Original text of this message

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