RMAN-02000: wrong message file version (msg number not found)
Answer / guest
Cause: The rmanxx.msb file is not the correct version.
Action: Check that the installation was done correctly. The
RMAN binary (executable, load module, whatever it is called
on your O/S) and the rmanxx.msb file must be from the same
version, release, and patch level.
Please add more information about this Error
| Is This Answer Correct ? | 1 Yes | 0 No |
PLS-00335: a package name conflicts with an existing object
ORA-27141: invalid process ID
ORA-00826: cannot set sga_target for an ASM instance
ORA-32017: failure in updating SPFILE
ORA-27010: skgfwrt: write to file 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...
ORA-27037: unable to obtain file status
ORA-02803: Retrieval of current time failed
ORA-12680: Native services disabled but required
ORA-29305: cannot point-in-time recover tablespace 'string'
ORA-29665: Java thread deadlock detected
ORA-25259: cannot specify protocol for agent