Skip to content

Instantly share code, notes, and snippets.

@ishara
Forked from andreia/gist:3354204
Created August 30, 2017 09:52
Show Gist options
  • Save ishara/3d742240d8cafe491fd5e68e3288db95 to your computer and use it in GitHub Desktop.
Save ishara/3d742240d8cafe491fd5e68e3288db95 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