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 -> create type as object

create type as object

From: Roberto Diaz <rdiazmar_at_nova.es>
Date: Wed, 18 Aug 1999 21:13:22 +0200
Message-ID: <slrn7rm1ei.vb.rdiazmar@localhost.localdomain>


Hi!

I'm running Oracle 8.5.0 server the demo version from Oracle site..

I'm trying to create new types as objects..

create type ADDRESS_TY as object
(street VARCHAR2(50),
city VARCHAR2(25),
state CHAR(2),
zip NUMBER);
/

I have this error:

SQL> @ADDRESS_TY
create type ADDRESS_TY as object
*
ERROR at line 1:
ORA-00439: feature not enabled: Objects                                             

I dont know if this is a problem with my init.ora (I cant see anything related with objects).. or is a limitation of the demo..

Please some help?

P.D. please answer to my email address rdiazmar_at_nova.es i'm having troubles with my news server.

--

Saludos

Roberto Díaz <rdiazmar_at_nova.es>
http://www.linuxfocus.org/developer/Roberto Received on Wed Aug 18 1999 - 14:13:22 CDT

Original text of this message

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