Hi,
I have two queries
1. I have a column which of data type BLOB. When I do a select * from table...The column is being displayed as (BLOB)...How can I check the value using a query
2. I have a PL-SQL procedure that has an input parameter of type BLOB. The procedure actually inserts the data to table. How can I test my procedure for BLOB column. How can I send say abc.txt file as input parameter to my procedure and it in in turn inserts the contents of abc.txt to the BLOB column. Please help.
My oracle version is 11g.