ORA-03001 unimplemented feature

From: alex pokushalov <alex.pokushalov_at_p906.f52.n464.z2.fidonet.org>
Date: Wed, 29 Sep 1999 10:38:44 +0200
Message-ID: <37F1D013.8BB8B855_at_p906.f52.n464.z2.fidonet.org>



i write code as
<>

create type t1 as object(p1,p2);
create type tt1 as table of t1;
create table tab (m1 number,
                  m2 tt1) nested table .......

<>

and running query as:

[Quoted] [Quoted] select r2.* from tab r12, table(cast(r1.m2 as tt1)) r2 in oracle 8.0.5 i got
<>

ORA-03001 unimplemented feature
Cause: An attempt was made to use a feature that is not currently implemented.
Action: Do not attempt to use the feature at this time.
<>

[Quoted] but in oracle 8.1.5 i can do this...
how can i do this in 8.0.5?

sorry bad english... Received on Wed Sep 29 1999 - 10:38:44 CEST

Original text of this message