DRG-10750: unknown parameter string
Answer / guest
Cause: Unrecognized parameter
Action: Specify correct parameter
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-13408: invalid blockSize storage parameter
ORA-01373: insufficient memory for staging persistent LogMiner session
RMAN-06148: redundancy count must be greater than zero
LSX-00152: only "minOccurs", "maxOccurs", or "id" is allowed
ORA-09942: Write of ORACLE password file header failed.
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-02387: Expecting an expression of type sql_cursor
ORA-07586: spdcr: $SEARCH failure
ORA-13348: polygon boundary is not closed
ORA-23302: application raised communication failure during deferred RPC
ORA-24162: name value pair list is full, cannot add another entry
ORA-12566: TNS:protocol error