Oracle Errors Interview Questions
Questions Answers Views Company eMail

LPX-00252: invalid entity replacement-text nesting

1 2128

LPX-00253: missing required version number in XML declaration

1 2279

LPX-00254: invalid XML declaration

1 2928

LPX-00255: XML standalone declaration must be "yes" or "no"

1 2238

LPX-00256: invalid element declaration

1 2766

LPX-00257: invalid children specification in element declaration

1 2353

LPX-00258: invalid "Mixed" specification in element declaration

1 2166

LPX-00259: invalid notation declaration

1 2200

LPX-00260: invalid xml:space attribute declaration

1 3403

LPX-00261: invalid URL ~s

1 3087

LPX-00262: unsupported protocol ~s

1 2146

LPX-00263: couldn't connect to host ~s port ~d

1 2247

LPX-00264: send failed to host ~s

1 2067

LPX-00265: read failed from to host ~s

1 2272

LPX-00266: invalid language specification ~s

1 2537


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

1707


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

3398


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


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

1235


NZE-28890: Entrust Login Failed

1407






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

1748


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

1881


NZE-28868: Peer certificate chain check failed.

2263


ORA-26095: unprocessed stream data exists

2801


ORA-26082: load of overlapping segments on table string.string is not allowed

1376


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

1518


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

1653


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

1286


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

2315


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