ORA-13643: The task can not be interrupted or cancelled.
Answer / guest
Cause: Request to interrupt or cancel task execution can not
be granted because the task has not reached the appropriate
mode.
Action: User should wait for a few seconds and try again.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 1 No |
PLS-00920: parameter plsql_native_library_dir is not set
ORA-16105: Logical Standby is already running in background
ORA-24757: duplicate transaction identifier
IMG-00825: merged area queue pop failed
ORA-16181: SGA specified for Logical Standby is too large
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-22881: dangling REF
NZE-29239: the cryptographic engine could not initialize the algorithm
ORA-31525: could not find column string in CDC change table string.string
ORA-13243: specified operator is not supported for 3- or higher-dimensional R-tree
DRG-10701: preference string.string already exists
ORA-01725: USERENV('COMMITSCN') not allowed here