How to find size of a data type in pl/sql (oracle 9i)?
- by Vineet
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!