Skip to content

Instantly share code, notes, and snippets.

@andreia
Created August 15, 2012 00:29
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save andreia/3354204 to your computer and use it in GitHub Desktop.
Save andreia/3354204 to your computer and use it in GitHub Desktop.
ORACLE: Show size in Kb of BLOB fields
SELECT round(DBMS_LOB.getlength(A.FILE)/1024) KB FROM MY_TABLE A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment