Re: I can't create OBJECT TYPE in sql*plus!!

From: michel houdas <houdas_at_oxymel.com>
Date: Tue, 07 Mar 2000 15:00:06 GMT
Message-ID: <WP8x4.47$HO.305184_at_nnrp1.proxad.net>


I don't understand by where is the behavior of the class, it's only a kind of ADT.

--
Michel HOUDAS
Président Directeur Général
oXyMeL SA
58, rue Pottier
F-78150 Le Chesnay
tél. : 01 39 43 00 65
fax : 01 39 43 65 21
http://www.oxymel.com.
"victor" <lch_2_at_hotmail.com> a écrit dans le message news:
38C0F421.F0668ED8_at_hotmail.com...

> Hi everyone,
> I got a problem in creating object in sql*plus.
> Here is the CREATE TYPE statement that i type:
>
> CREATE TYPE address_type AS OBJECT(
> street varchar2(25),
> city varchar2(25),
> post_code varchar2(10),
> country varchar2(20))
> /
>
> However, an error message is displayed:
>
> 'feature not enable: Objects'
>
> I dont' know what's wrong with it. I am sure the code is correct, it is
> because it is so simple and I can create the object in my school oracle
> account. But just can't create it in my notebook.
>
> The copy of oracle I am using in my notebook is downloaded from the
> oracle webpage. Its version is Oracle8.05.
> Would anybody teach me how to deal with this problem?
>
> Thank you very much!
>
> Victor Lung
>
Received on Tue Mar 07 2000 - 16:00:06 CET

Original text of this message