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 -> ORA-03001 unimplemented feature

ORA-03001 unimplemented feature

From: alex pokushalov <pokushalov_at_dts.dp.ua>
Date: Fri, 01 Oct 1999 13:53:01 +0200
Message-ID: <37F4A09D.E0FFC42E@dts.dp.ua>


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:

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

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

sorry bad english... Received on Fri Oct 01 1999 - 06:53:01 CDT

Original text of this message

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