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

newbee

From: <vod_at_writemail.com>
Date: Sun, 08 Aug 1999 17:21:44 GMT
Message-ID: <7okeb1$tsp$1@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 - 12:21:44 CDT

Original text of this message

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