Skip to Main Content

SQL & PL/SQL

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!

Loading CLOB and BLOB data

user8718145Dec 29 2010 — edited Dec 30 2010
I am using the text book “Oracle Database 10g PL/SQL Programming”
In Chapter 16 (page753), I am running the script to insert CLOB and BLOB data into the table using the LOADFROMFILE.
However, I am getting the following error message:

ORA-22289: cannot perform operation on an unopened file or LOB
ORA-06512: at "SYS.DBMS_LOB", line 592
ORA-06512: at line 53
ORA-22288: file or LOB operation FILEOPEN failed
The system cannot find the path specified.
22289. 00000 - "cannot perform %s operation on an unopened file or LOB"

I know the data is there. I created my own table,directory, and I tried loading my own data and I still get the same errors.

I am on a windows machine using Oracle 11g

Any information will be helpful. Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2011
Added on Dec 29 2010
10 comments
2,764 views