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

From: Pete Kolton <peter.kolton_at_nspmbtinternet.com>
Date: Thu, 25 Nov 1999 12:35:09 -0000
Message-ID: <81ja9k$9a2$1_at_supernews.com>


I think it also depends on the particular flavour of database!

I think it is only available in the Enterprise version.

--
========================================================
Pete Kolton
ORACLE Systems Consultant
All reasonable offers considered :-)

Pete_at_kolton.com
http://www.kolton.com
========================================================
wozi wrote in message ...

>I assume you are connecting to Oracle8 database. If so, did you install
>the Object Option which allows the creation of object type?
>
>
>centtel.com wrote in message <383c3392_at_news.centtel.com>...
>>Hi,
>> 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 Thu Nov 25 1999 - 13:35:09 CET

Original text of this message