I am trying to "create type ADDRESS_TY as object
(Street VARCHAR2(50),
City VARCHAR2(25),
State CHAR(2),
Zip NUMBER); "
though I am unable to create above ORDB, because to create
such ORDB, one requires using the ORACLE8 Objects Option.
How to use the ORACLE8 Objects Option.
Thanks a lot.