DRG-50928: reserved failure on line string on column string
Answer / guest
Cause: bug
Action: call support
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-22630: attribute [string] is null or it is not well-formed
ORA-13911: Threshold not found
ORA-29327: unsupported client compatibility mode used when talking to the server
PCB-00700: This statement can only be used with DYNAMIC=ANSI
ORA-15114: missing or invalid ASM file name
IMG-00713: unsupported destination image format
ORA-06432: ssaio: Buffer Not Aligned
ORA-31115: XDB configuration error: string
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...
PCC-02412: FOR clause not permitted in OBJECT GET or SET statement
NZE-29191: OID connection information not set
ORA-28302: User does not exist in the LDAP directory service.