RMAN-11006: WARNING: test recovery results: string
Answer / guest
Cause: User called recover database with the test option
Action: None required
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-28104: input value for string is not valid
PCC-02409: Expecting an expression of some REF type
ORA-24096: invalid message state specified
ORA-29327: unsupported client compatibility mode used when talking to the server
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-36290: (EIFMAKEF14) You cannot export object workspace object, because EIFVERSION is set to number. That version does not support dimensions of type NUMBER.
PLS-00334: "string" matches table or view without an alias
ORA-16628: The broker protection mode is inconsistent with the database setting.
QSM-02102: mv FROM list references an object in the SYS schema
ORA-04028: cannot generate diana for object stringstringstringstringstring
ORA-31674: worker process interrupt for unhandled exception in master process
ORA-30946: XML Schema Evolution warning: temporary tables not cleaned up