Whenever new changes are made....a build file is sent to us which we deploy at the front end........this usually takes around 30-40 mins.......

this build file is loaded into database table(Oracle 10g) of LONG RAW Column datatype

to decrease this time...i am trying to create a script which will directly load into database....

the file to be uploaded is located at database server.........
now i needed to load into database column......

i made script which is uploading randomly and at times it times throwing error....

is there anyway to convert or caste blob data into LONG RAW....and then load into column................

or is there any other procedure.....

Thanks in Advance.