How to find size of a data type in pl/sql (oracle 9i)?

Posted by Vineet on Stack Overflow See other posts from Stack Overflow or by Vineet
Published on 2010-04-01T09:48:05Z Indexed on 2010/04/01 9:53 UTC
Read the original article Hit count: 193

Filed under:
|

hi, I want to find the size of any data type in pl/sql,for eg DECLARE x boolean;

I want to find size of like X,is there any function like (sizeof() in C) or any how i can find it.Please let me know!

© Stack Overflow or respective owner

Related posts about oracle9i

Related posts about sql