Re: ORA-03001 unimplemented feature

From: alex pokushalov <pokushalov_at_dts.dp.ua>
Date: Wed, 29 Sep 1999 18:49:32 +0200
Message-ID: <37F2431C.80635692_at_dts.dp.ua>


ViDM wrote:
>
> alex pokushalov wrote:
> >
> <<snip>>
> > select r2.* from tab r12, table(cast(r1.m2 as tt1)) r2
> > in oracle 8.0.5 i got
> > <>
> > ORA-03001 unimplemented feature
> <<snip>>
> > but in oracle 8.1.5 i can do this...
> > how can i do this in 8.0.5?
>
> You are missing some server options.
> Please verify by selecting from v$option.
SQL>select * from v$option

Partitioning				TRUE
Objects					TRUE
Parallel Server				FALSE
Advanced replication			TRUE
Bit-mapped indexes			TRUE
Connection multiplexing			TRUE
Connection pooling			TRUE
Database queuing			TRUE
Incremental backup and recovery		TRUE
Instead-of triggers			TRUE
Parallel backup and recovery		TRUE
Parallel execution			TRUE
Parallel load				TRUE
Point-in-time tablespace recovery	TRUE

> Best regards.
> ViDM
Received on Wed Sep 29 1999 - 18:49:32 CEST

Original text of this message