ORA-14192: cannot modify physical index attributes of a Hash
index partition



ORA-14192: cannot modify physical index attributes of a Hash index partition..

Answer / guest

Cause: User attempted to modify one of
INITRANS/MAXTRANS/LOGGING/STORAGE clause for an index
partition of a Hash partitioned index

Action: Remove the physical attributes one is trying to modify

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01625: rollback segment 'string' does not belong to this instance

1 Answers  


IMP-00064: Definition of LOB was truncated by export

0 Answers  


NID-00352: string (number), error: number

1 Answers  


ORA-08189: cannot flashback the table because row movement is not enabled

2 Answers  


NNL-00571: set|show save_config_on_stop [<on|off>]

1 Answers  






ORA-01755: Must specify an extent number or block number

1 Answers  


TNS-12196: TNS:received an error from TNS

1 Answers  


DRG-12308: use ctx_ddl.create_index_set to create index sets

1 Answers  


QSM-01044: join back attempted on a view for 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-24080: unschedule_propagation pending for QUEUE string and DESTINATION string

1 Answers  


SQL*Loader-00513: Unable to close file (string)

1 Answers  


Categories