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: Jonathan Gennick <jonathan_at_gennick.com>
Date: Tue, 10 Aug 1999 00:22:17 GMT
Message-ID: <37b035dc.17255522@netnews.worldnet.att.net>

Personal Oracle 8.0.x does not include the objects option. You have to have the enterprise edition. If you upgrade to Personal Oracle8i however, you do get the objects option.

regards,

Jonathan



jonathan_at_gennick.com
http://gennick.com
Brighten the Corner Where You Are

On Sun, 08 Aug 1999 17:21:44 GMT, vod_at_writemail.com wrote:

>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 Mon Aug 09 1999 - 19:22:17 CDT

Original text of this message

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