Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-15171: invalid syntax in the alias path after 'string'

1 5685

ORA-15173: entry 'string' does not exist in directory 'string'

1 6764

ORA-15175: cannot create alias for diskgroup metadata file 'string'

1 2148

ORA-15176: file 'string' already has an alias associated with it

1 3458

ORA-15177: cannot operate on system aliases

1 5256

ORA-15178: directory 'string' is not empty; cannot drop this directory

1 3830

ORA-15179: missing or invalid alias name

1 2692

ORA-15180: Could not open dynamic library string, error [string]

1 8961

ORA-15181: Symbol [string] not found in library string, error [string]

1 2936

ORA-15182: ASMLIB [string] version mismatch, oracle version [string]

1 2308

ORA-15183: ASMLIB initialization error [string]

1 5227

ORA-15184: ASMLIB error could not be determined [string] [string]

1 1906

ORA-15185: Could not close dynamic library string, error [string]

1 2175

ORA-15186: ASMLIB error function = [string], error = [string], mesg = [string]

1 3439

ORA-15192: invalid ASM disk header [string] [string] [string] [string] [string]

1 2292


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

NZE-28890: Entrust Login Failed

1408


ORA-26029: index string.string partition string initially in unusable state

1711


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

1653


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

2138


NZE-28868: Peer certificate chain check failed.

2263






ORA-26095: unprocessed stream data exists

2803


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2316


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

2620


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2231


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

1558


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2313


ORA-26079: file "string" is not part of table string.string

1519


ORA-16626: failed to enable specified object

1770


ORA-26094: stream format error: input column overflow

2249


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

2251