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: HELP - how do you enable objects with personal oracle 8.0.4.0.0

Re: HELP - how do you enable objects with personal oracle 8.0.4.0.0

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Fri, 31 Dec 1999 11:52:52 +0100
Message-ID: <946637648.3022.0.pluto.d4ee154e@news.demon.nl>


run
select * from v$option to verify.
The Objects option is included in the Enterprise edition, it is NOT included in the server edition (in the Oracle 7 era known as workgroup). I don't know about the availability of this feature for PO8, but I have my suspicions.

Hth,

--
Sybrand Bakker, Oracle DBA
Simon Webb <simon_at_srwebb.freeserve.co.uk> wrote in message news:84i14d$38j$1_at_news8.svr.pol.co.uk...
> I want to create;
>
> create type address_label as object (text_line varchar2(50));
>
> I get the error message
>
> ERROR at line 1:
> ORA-00439: feature not enabled: Objects
>
> I cannot find any reference to ORA-00439, enabled objects in the online
> help, documentation etc, or in O8, the Complete Reference?
>
> Has objects been disabled within PO8?
>
> Thanks in advance for any one who can help.
>
>
Received on Fri Dec 31 1999 - 04:52:52 CST

Original text of this message

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