Hi All,
I used SQL*Loader to load an external PDF file into a database. I did successfully inserted PDF file into the database, I believe (due to not having any return error messages). However, After some digging, I found that SQL*Loader reacts to LOBs that can't be loaded in different manner. In other words, If a LOB can not be loaded, the record containing the LOB won't be written to the bad file. Instead, the record will be loaded into the databse,and the LOB column will be empty.
Knowing that DBMS_LOB package provides a set of procedures and fucntions to access and manipulate LOBs from within PL/SQL Since LOBs is not query-able, however, I do not know how to write a procedure or function in order to view the contents of the LOBS column. Anyone please help me step by step how to do so. Any help is well appreciated.
Just wanted to make sure that I did successfully load the external PDF file into the database by looking at its contents.
I need you all for your help badly.
Thanks in advance
Lenka
I used SQL*Loader to load an external PDF file into a database. I did successfully inserted PDF file into the database, I believe (due to not having any return error messages). However, After some digging, I found that SQL*Loader reacts to LOBs that can't be loaded in different manner. In other words, If a LOB can not be loaded, the record containing the LOB won't be written to the bad file. Instead, the record will be loaded into the databse,and the LOB column will be empty.
Knowing that DBMS_LOB package provides a set of procedures and fucntions to access and manipulate LOBs from within PL/SQL Since LOBs is not query-able, however, I do not know how to write a procedure or function in order to view the contents of the LOBS column. Anyone please help me step by step how to do so. Any help is well appreciated.
Just wanted to make sure that I did successfully load the external PDF file into the database by looking at its contents.
I need you all for your help badly.
Thanks in advance
Lenka