ORA-12155: TNS:received bad datatype in NSWMARKER packet
Answer / guest
Cause: Internal error during break handling.
Action: Not normally visible to the user. For further
details, turn on tracing and reexecute the operation. If
error persists, contact Worldwide Customer Support.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 1 No |
PLS-00225: subprogram or cursor 'string' reference is out of scope
ORA-24098: invalid value string for 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...
ORA-30082: datetime/interval column to be modified must be empty to decrease fractional second or leading field precision
ORA-08323: scnmin: close of bias lock failed
ORA-01325: archive log mode must be enabled to build into the logstream
DRG-52102: an invalid transaction handle was passed to Oracle Text
ORA-14113: partitioned table cannot have column with LOB datatype
PROT-00114: Please ensure you have file creation privileges in the executing directory before running this tool.
NNO-00265: warning: cannot load data from checkpoint file
ORA-02048: attempt to begin distributed transaction without logging on
ORA-36954: (XSFCAST24) The cycle number must be between 1 and number. You specified number.