Database Administration (MOSC)

MOSC Banner

Unimplemented feature???

edited Nov 14, 2009 8:18AM in Database Administration (MOSC) 2 commentsAnswered
 I ran into the following issue on oracle 10.2.0.4 on Linux X86-64:
SQL> create cluster print_clu(active char(1))
  2  tablespace imi
  3  single table hashkeys 3;

Cluster created.

Elapsed: 00:00:00.12
SQL> create table print_tmp
  2  cluster print_clu(active)
  3  as select * from print where rownum<0;
create table print_tmp
*
ERROR at line 1:
ORA-03001: unimplemented feature

What is the problem here?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center