Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: BFile access problem
It's some time since I last did this, but you could try:
create directory xmlfiles as 'c:\xmlfiles\';
The terminating slash is probably significant.
-- Jonathan Lewis Host to The Co-Operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html Author of: Practical Oracle 8i: Building Efficient Databases See http://www.jlcomp.demon.co.uk/book_rev.html For latest news of public appearances See http://www.jlcomp.demon.co.uk Screen saver or Life saver: http://www.ud.com Use spare CPU to assist in cancer research. Martin Gutowski wrote in message <9me2un$b2c$1_at_boatanchor.ems.psu.edu>...Received on Mon Aug 27 2001 - 14:28:16 CDT
>Hi,
>
>I'm having trouble using BFiles on 8.1.7. Here's what I've done.
>Logged in as sys, I ran the following command:
>
>SQL> create directory xmlfiles as 'c:\xmlfiles';
>
>It worked as I received the message:
>
>Directory created.
>
![]() |
![]() |