NZE-28773: failure to write magic and version numbers
Answer / guest
Cause: Both the magic and version numbers failed to write.
This usually occurs because disk space has been exhausted.
Action: Delete unnecessary files to free up disk space or
add disk space to the system.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-24193: the property value exceeds the valid range string
RMAN-10037: RPC anomaly detected on channel string, upinblt=number
PLS-00104: empty argument list in call of procedure 'string' must be omitted
ORA-13865: Module name must be specified
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-19809: limit exceeded for recovery files
ORA-02074: cannot string in a distributed transaction
SQL*Loader-00457: Comparison text of CONTINUEIF LAST must have length 1 not number
ORA-29865: indextype is invalid
KUP-04020: found record longer than buffer size supported, number, in string
ORA-29968: No primary operator bindings found for ancillary binding #string
SQL*Loader-00467: attribute string does not exist in type string for table string.