Why object can not be created in Oracle SQL*PLUS 8.0.4.00?

From: centtel.com <gcao_at_centtel.com>
Date: Wed, 24 Nov 1999 13:54:47 -0500
Message-ID: <383c3392_at_news.centtel.com>



Hi,
[Quoted]   I want to create object in Oracle SQL*PLUS 8.0.4.00. and I have a CREATE TYPE system privilege.   I write the following statement:
    create type ADDRESS_TY as object
    (street VARCHAR2(50),
     city    VARCHAR2(25),
     state   CHAR2(2),
     zip     NUMBER);

   But I get the message "feature not enabled:objects",Why?

   Thanks

           Mark Received on Wed Nov 24 1999 - 19:54:47 CET

Original text of this message