ORA-25195: invalid option for index on an index-organized table



ORA-25195: invalid option for index on an index-organized table..

Answer / guest

Cause: An attempt to specify one or more of the following
options for index on an IOT: BITMAP, REVERSE, PCTUSED

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

NNL-01043: Data stream answer failures: number

1 Answers  


ORA-08266: create_ora_addr: cannot register name in nameserver

1 Answers  


ORA-12500: TNS:listener failed to start a dedicated server process

1 Answers  


ORA-02060: select for update specified a join of distributed tables

1 Answers  


RMAN-05006: cannot recover clone standby single tablespaces

1 Answers  






DRG-10500: CREATE_INDEX failed: column spec string

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,


ORA-02751: osnfsmmap: cannot map shared memory file

1 Answers  


ORA-14318: DEFAULT partition must be last partition specified

1 Answers  


ORA-02700: osnoraenv: error translating ORACLE_SID

1 Answers  


ORA-24180: invalid transformation expression, the transformation expression does not evaluate to the target type/attribute

1 Answers  


ORA-01938: IDENTIFIED BY must be specified for CREATE USER

1 Answers  


Categories