Re: Why object can not be created in Oracle SQL*PLUS 8.0.4.00?
From: wozi <wozi_at_dhc.net>
Date: Wed, 24 Nov 1999 22:31:34 -0800
Message-ID: <BCEDB015CAD0AA2E.92EAF04072AB1175.23A09651565506E4_at_lp.airnews.net>
Date: Wed, 24 Nov 1999 22:31:34 -0800
Message-ID: <BCEDB015CAD0AA2E.92EAF04072AB1175.23A09651565506E4_at_lp.airnews.net>
[Quoted] 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 - 07:31:34 CET
