Oracle Errors Interview Questions
Questions Answers Views Company eMail

NNL-01072: Administrative region name: string

1 2077

NNL-01073: Administrative region description: string

1 1943

NNL-01074: ApplTable Index: number

1 2087

NNL-01075: Contact string

1 2374

NNL-01076: Operational Status number

1 2290

NNL-01077: Save Config on Stop string

1 2119

NNL-01078: Access/Create File Error : string

1 2194

NNO-00050: serious errors in configuration data, server cannot run

1 2239

NNO-00051: domain count number exceeds maximum of number, first number will be loaded

1 2027

NNO-00052: invalid domain description list

1 1966

NNO-00053: duplicate domain description for domain "string"

1 2062

NNO-00054: invalid domain name "string"

1 2331

NNO-00055: invalid domain minimum TTL "string"

1 2322

NNO-00056: warning: domain minimum TTL must be between number and number, set to number seconds

1 2388

NNO-00057: loading and verifying topology data

1 2225


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

2309


ORA-26095: unprocessed stream data exists

2793


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

1745


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

2132


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

2227






NZE-28868: Peer certificate chain check failed.

2262


ORA-16626: failed to enable specified object

1767


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

1701


ORA-26084: direct path context already finished

1478


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

1282


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2292


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

8057


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

3394


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

2249


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.

2320