How to convert VARCHAR2 to BLOB ? [message #212595] |
Sat, 06 January 2007 04:33 |
Sapna.s
Messages: 1 Registered: January 2007
|
Junior Member |
|
|
Hi All,
I am having a table with a VARCHAR2 column,Now i have to change the datatype of this column to a BLOB.
I created a new table with BLOB column n tried to insert VARCHAR2 data from previous table to newly created table in BLOB column.It got inserted but when i see the contents of BLOB column it is not proper.
Please suggest me how can i convert a VARCHAR2 datatype in BLOB.
Thanks & Regards,
Sapna
|
|
|
|