简体   繁体   English

如何在pl / sql(Oracle 9i)中查找数据类型的大小?

[英]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; 我想在pl / sql中找到任何数据类型的大小,例如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! 我想找到类似X的大小,是否有类似(C中的sizeof())的函数或我如何找到它。请让我知道!

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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