|
According to the Oracle 9i Rel 2 literature we can now create tables with numeric datatypes (formerly of binary_integer: natural or positive or positiven). However, I can find no examples of this. I can create PL/SQL variables of type natural or positive. Should I create a type (type body)? If so, how?
|