OraQA

Oracle Question and Answer


Latest Comments

  • Laurent Schneider:
    if you like a Base64 format, maybe this… select utl_raw.cast_to_varchar 2(...

  • hsafra:
    You need to give more specs for the question: What letter are acceptable? What letters aren’t? Do you...

  • ragunathansd:
    I am not inserting sequence numbers from database. I need to populate the data in a grid. If a user...

  • gamyers:
    “redo log file gets full” That is the nature of a redo log file. It gets full, switched and...

Comments RSS feed


  • Do you have a solution to a problem? Do you have an unanswered question? Login and share it with the Oracle community. More...

Oracle News


Entries RSS feed

Comments RSS feed

How to encode a BLOB to base64?

March 21st, 2006 By mark.hayen

How to encode a blob stored in the database to base64?

One Response to “How to encode a BLOB to base64?”

  1. Francois Degrelle Says:

    You can use the UTL_ENCODE.Base64_Encode and UTL_ENCODE.Base64_Decode functions.

Leave a Reply

You must be logged in to post a comment.

RSS feed for comments on this question