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 |
RMAN-08526: channel string: string
ORA-13149: failed to generate next sequence number for spatial table string
PCB-00551: The SQLCA has already been included
PLS-00310: with %%ROWTYPE attribute, 'string' must name a table, cursor or cursor-variable
RMAN-10013: error initializing PL/SQL
ORA-16630: That database property was deprecated.
ORA-32607: invalid ITERATE value in MODEL clause
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...
ORA-23392: could not find materialized view to be associated with "string"."string"
RMAN-06597: conversion between platforms 'string' and 'string' is not implemented
PCC-02399: Illegal CHAR_MAP option value for DBMS=V6. Option ignored.
ORA-14124: duplicate REVERSE clause