ORA-31605: the following was returned from string in routine
string: LPX-number: string



ORA-31605: the following was returned from string in routine string: LPX-number: string..

Answer / guest

Cause: An LPX routine (XML/XSL processing) returned an
internal error number to its PL/SQL wrapper routine in
facility KUX which provides the implementation for package
UTL_XML.

Action: Look up the LPX error number and follow its
corrective action.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-24006: cannot create QUEUE, string already exists

1 Answers  


ORA-12426: invalid audit option

1 Answers  


ORA-12012: error on auto execute of job string

1 Answers  


PLS-00702: second argument to PRAGMA EXCEPTION_INIT must be a numeric literal

1 Answers  


ORA-02288: invalid OPEN mode

1 Answers  


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

0 Answers   IBM,


ORA-14636: only 2 resulting subpartition can be specified for SPLIT SUBPARTITION

1 Answers  


ORA-01943: IDENTIFIED BY already specified

1 Answers  


NCR-00003: NCR: Initialization failure

1 Answers  


RMAN-06106: this command requires that target database be mounted

1 Answers  


ORA-00298: Missing or invalid attribute value

1 Answers  


ORA-30929: ORDER SIBLINGS BY clause not allowed here

1 Answers  


Categories