Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: I can't create OBJECT TYPE in sql*plus!!

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

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Sat, 4 Mar 2000 20:49:34 +0100
Message-ID: <89rpiq$2hi$1@news.inet.tele.dk>


You don't have the Objects option installed. Do you have an 8.0.5 Enterprise Edition simply install the feature. If you have a Standard Edition, you cannot use objects...

HTH. Finn

victor <lch_2_at_hotmail.com> wrote in 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 Sat Mar 04 2000 - 13:49:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US