Oracle Errors Interview Questions
Questions Answers Views Company eMail

NNO-00852: failed to get LDAP entry: error = number

1 2404

NNO-00853: failed to get LDAP attribute/value: error = number

1 2331

NNO-00854: error unbinding LDAP: error = number

1 2269

NPL-00100: cannot initialize ASN.1 context

1 2355

NPL-00101: uninitialized ASN.1 context

1 2181

NPL-00102: missing stream functions in ASN.1 context initialization

1 1999

NPL-00103: unusable ASN.1 context

1 2727

NPL-00300: maximum ASN.1 element nesting depth string exceeded on read

1 2237

NPL-00301: maximum ASN.1 element nesting depth string exceeded on write

1 1826

NPL-00302: ASN.1 type tag is greater than maximum of 16383

1 3343

NPL-00303: uninitialized ASN.1 class attribute

1 2223

NPL-00304: uninitialized ASN.1 tag attribute

1 1974

NPL-00305: unsupported ASN.1 "UNIV" type string

1 1943

NPL-00307: ASN.1 sequence has already been ended on write

1 1974

NPL-00308: requested ASN.1 class string does not match received class string

1 2211


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2287


NZE-28868: Peer certificate chain check failed.

2263


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

3552


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

1558


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

1472






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

3398


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-26027: unique index string.string partition string initially in unusable state

6155


NZE-28890: Entrust Login Failed

1407


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

2137


RMAN-05017: no copy of datafile number found to recover

1881


ORA-26094: stream format error: input column overflow

2248


ORA-16626: failed to enable specified object

1769


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

2230


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