ORA-03286: ALLOCATE EXTENT not valid for HASH CLUSTERS



ORA-03286: ALLOCATE EXTENT not valid for HASH CLUSTERS..

Answer / guest

Cause: The cluster is a hash cluster, and can not use the
allcoate extent option.

Action: none

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-27048: skgfifi: file header information is invalid

1 Answers  


PCC-02420: Incomplete (or missing) type specification

1 Answers  


ORA-32696: HTI: No free slot

1 Answers  


ORA-01176: data dictionary has more than the string files allowed by the controlfie

1 Answers  


ORA-03200: the segment type specification is invalid

1 Answers  






ORA-01060: array binds or executes not allowed

1 Answers  


ORA-07204: sltln: name translation failed due to lack of output buffer space.

2 Answers  


DRG-11808: Reset Content

1 Answers  


ORA-00402: database changes by release string cannot be used by release string

1 Answers  


ORA-30935: XML maxoccurs value (string) exceeded

1 Answers  


LSX-00170: union must have memberTypes attribute or some simpleType children

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


Categories