I have a table containing CLOB field. When I try to delete the rows, it shows me following erro:
ORA-22275: invalid LOB locator specified

When I try to drop the table it shows following error:
ORA-02266: unique/primary keys in table referenced by enabled foreign keys

Can somebody out there help me please? And also I want to know how can I load CLOB data into database using SQL Loader?