简体   繁体   中英

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

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!

查找vsize()-我不知道它是否存在于某些版本的Oracle(从Google搜索来看10g及以上),尽管它是否存在于Oracle 9。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM