LSX-00155: invalid use of attribute "ref"
Answer / guest
Cause: If the item's parent is not <schema> and the
attribute "ref" is present, then the element "simpleType"
and the attributes "form" and "type" must be absent.
Action: Remove the prohibited items.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PCC-00071: Unable to open message file.
ORA-00956: missing or invalid auditing option
ORA-38954: Cross platform transport is not supported between source platform identifier string and target platform identifier string
ORA-07260: spdcr: wait error.
ORA-13026: unknown element type for element string.string.string
LPX-00239: invalid attribute type "~s"
ORA-24356: internal error while converting from to COBOL display type.
ORA-02731: osnrnf: malloc of buffer failed
NZE-29051: The given public key type is not supported.
ORA-08431: raw data missing zero as defined in picture
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...
KUP-04064: fatal error during initialization