Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Object type
Hi All,
I created an object type and did as in following steps.
CREATE TYPE Address_tp AS OBJECT (
Street VARCHAR2(200), City VARCHAR2(200), State CHAR(2), Zip VARCHAR2(20)
Last select statement gives invalid column error. What is wrong? I am using 8.1.5 and Sqlplus 8.0.5.
Help me Received on Mon May 22 2000 - 14:32:09 CDT
![]() |
![]() |