Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-15105: missing or invalid FAILGROUP name

1 3031

ORA-15106: missing or invalid operating system disk locator string

1 11223

ORA-15107: missing or invalid ASM disk name

1 7465

ORA-15108: missing or invalid template name

1 2659

ORA-15109: conflicting protection attributes specified

1 2244

ORA-15110: no diskgroups mounted

1 6358

ORA-15111: conflicting or duplicate STRIPE options

1 2099

ORA-15112: No diskgroups are currently mounted.

1 2288

ORA-15113: alias name 'string' refers to a directory

1 12616

ORA-15114: missing or invalid ASM file name

1 2526

ORA-15115: missing or invalid ASM disk size specifier

1 5264

ORA-15116: invalid combination of ALTER DISKGROUP options

1 2189

ORA-15117: command only operates on one diskgroup

1 2297

ORA-15120: ASM file name 'string' does not begin with the ASM prefix character

1 6977

ORA-15121: ASM file name 'string' contains an invalid diskgroup name

1 7026


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

ORA-16516: The current state is invalid for the attempted operation.

8064


ORA-26094: stream format error: input column overflow

2251


ORA-16626: failed to enable specified object

1771


ORA-26028: index string.string initially in unusable state

3399


IMG-02003: 2FF03 - incorrect color histogram feature specification

1199






IMP-00070: Lob definitions in dump file are inconsistent with database.

1286


ORA-26095: unprocessed stream data exists

2803


ORA-26076: cannot set or reset value after direct path structure is allocated

1472


ORA-16627: No standby databases support the overall protection mode.

3555


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

2139


ORA-26030: index string.string had string partitions made unusable due to:

1559


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2325


ORA-26084: direct path context already finished

1483


ORA-26032: index string.string loading aborted after string keys

1653


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1237