LPX-00246: missing system ID after public ID



LPX-00246: missing system ID after public ID..

Answer / guest

Cause: In an external ID declaration, the public ID literal
was not followed by the system ID literal as required.

Action: Provide with public *and* system IDs for 'PUBLIC' type.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-08526: channel string: string

1 Answers  


ORA-13149: failed to generate next sequence number for spatial table string

1 Answers  


PCB-00551: The SQLCA has already been included

1 Answers  


PLS-00310: with %%ROWTYPE attribute, 'string' must name a table, cursor or cursor-variable

1 Answers  


RMAN-10013: error initializing PL/SQL

1 Answers  


ORA-16630: That database property was deprecated.

1 Answers  


ORA-32607: invalid ITERATE value in MODEL clause

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

1 Answers   IBM,


ORA-23392: could not find materialized view to be associated with "string"."string"

1 Answers  


RMAN-06597: conversion between platforms 'string' and 'string' is not implemented

1 Answers  


PCC-02399: Illegal CHAR_MAP option value for DBMS=V6. Option ignored.

1 Answers  


ORA-14124: duplicate REVERSE clause

1 Answers  


Categories