DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: varchar2 to blob

  1. #1
    Join Date
    Jan 2001
    Location
    St. Louis. MO
    Posts
    151

    Question varchar2 to blob

    Can anybody let me know how to convert a varchar2 column to blob column.


    Thanks

  2. #2
    Join Date
    Jan 2001
    Location
    St. Louis. MO
    Posts
    151

    Re: varchar2 to blob

    I was able to convert it by first converting to RAW (hextoraw) then convert it BLOB (to_blob).

    The thing now is how do I view the blob data and make sure that I was able to convert it right.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width