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

Home -> Community -> Usenet -> c.d.o.misc -> bfilename

bfilename

From: thomas <t.beetz_at_web.de>
Date: 14 Oct 2004 01:57:36 -0700
Message-ID: <ffedb94d.0410140057.568f23e4@posting.google.com>


hello,

with oracle 9.2.0.5 i got an OCI-21560 error for the statement

 select bfilename('FILEDIRECTORY','a very long filename with more than 50 charackters') from dual;

but this works

declare
 bf BFILE;
begin
 select bfilename('FILEDIRECTORY','a very long filename with more than 50 charackters') into bf from dual;
end;

where can i get more informations about this problem?

thanks thomas Received on Thu Oct 14 2004 - 03:57:36 CDT

Original text of this message

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