Skip to content

Instantly share code, notes, and snippets.

@matheusvill
Created December 5, 2013 11:39
Show Gist options
  • Save matheusvill/7803942 to your computer and use it in GitHub Desktop.
Save matheusvill/7803942 to your computer and use it in GitHub Desktop.
[ORACLE] Converter BLOB para String.
SELECT
UTL_RAW.CAST_TO_VARCHAR2(LINHA_CLOB)
FROM
TABELA_CLOB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment