BLOB and CLOB
339339Feb 12 2004 — edited Feb 13 2004Hi !
I am working on BLOBs and CLOBs to store some pdf files in the database. I am using a frontend application written in PHP which does the insert operation.How can confirm that the file which I am uploading from a PHP application is inserted into the database correctly.
I mean I do know that we cannot query for BLOBs from SQL*Plus, but how can we do that for CLOBs and what is the expected result of the query. An example would be really great help.
Thanks in advance