Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、DECLARE x boolean; のように、pl/sql で任意のデータ型のサイズを調べたいと考えています。
X のようなサイズを見つけたいのですが、(C の sizeof()) のような関数はありますか、またはそれを見つける方法があれば教えてください。
vsize() を調べます - Oracle の一部のバージョン (Google 検索から判断すると 10g 以上) には存在すると思いますが、Oracle 9 に存在するかどうかはわかりません。