Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

text_io.fopen

Eslam_ElbyalyDec 31 2012 — edited Jan 2 2013
db and dev 10grel2
hi all ,
i am trying to use text_io.fopen , and i am getting the error "ora-302000" , i've read that this error appears if i am not writing the complete path of the file i want to open , and that did not happen .
my file name is new and it resides into the f:\ drive , and i am writing this code :

declare

x Text_IO.File_Type;
BEGIN
x := TEXT_IO.FOPEN('f:\new.txt','R');
end ;

so why i am facing this error and the file does not open ?

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 30 2013
Added on Dec 31 2012
6 comments
3,889 views