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: newbee

Re: newbee

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Sun, 8 Aug 1999 22:17:49 +0200
Message-ID: <934143476.23249.0.pluto.d4ee154e@news.demon.nl>


You need to have the object option installed. You could issue a select * from v$option to verify .
I have always read this option is included with Oracle 8 Enterprise Edition only.

Hth,

Sybrand Bakker, Oracle DBA

<vod_at_writemail.com> wrote in message news:7okeb1$tsp$1_at_nnrp1.deja.com...
> i am using personal oracle 8.0
> when i type this
> CREATE TYPE Course AS object (
> course_no NUMBER(4),
> title VARCHAR2(35),
> credits NUMBER(1));
>
> the result comes as :
>
>
> CREATE TYPE Course AS table (
> *
> ERROR at line 1:
> ORA-00439: feature not enabled: Objects
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Sun Aug 08 1999 - 15:17:49 CDT

Original text of this message

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