ORA-13633: The task string was interrupted and needs to be
resumed.
Answer / guest
Cause: The user attempted to execute a task that was
interrupted.
Action: Resume the execution of the task via the RESUME_TASK
API.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
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...
NNO-00304: listen address string length string exceeds maximum of string
LPX-00222: error received from SAX callback function
RMAN-06733: database unregistered from the recovery catalog
IMG-00516: default channel out of range
ORA-25120: MINIMUM EXTENT option already specified
SQL*Loader-00525: OCI return status: success
PCC-02420: Incomplete (or missing) type specification
PLS-00108: declarative units must be a single variable declaration
ORA-32584: missing LOG keyword
ORA-26721: enqueue of the LCR not allowed
QSM-02010: join predicate with operator other than equals (=)