Unix commands Related to

Hi all,

Does unix has any commands for creating BLOB and CLOB objects.

Please forward me any sites or samples

Short answer: no.

There are applications out there that can deal with raw data. It sounds like you are trying to do something with Oracle data objects. What?

Yes,

I have a huge log file i want to store it into the Oracle Database using unix shell script.
Log file is siting in unix file server,
pick that file and prepare clob (as we do in java callableStatement.setBinaryStream) and send to oracle stored procedure to insert that clob in CLOB data type field.

Thanks
Rajesh