RMAN-06564: must use the TO clause when the instance is
started with SPFILE
Answer / guest
Cause: A restore of the SPFILE from autobackup was attempted
when the instance is started with SPFILE and no alternate
destination was specified.
Action: Specify an alternate destination with the TO clause.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 2 No |
ORA-39108: Worker process string violated startup protocol. Worker error:
RMAN-06085: must use SET NEWNAME command to restore datafile string
DRG-12601: invalid user datastore procedure name: string
DRG-12210: error while adding section string
VID-00705: unsupported input format
ORA-09828: SCLFR: atomic latch return error.
TNS-02516: No data available
ORA-33074: (XSAGDNGL36) In AGGMAP workspace object, the offset number is not a valid offset into dimension workspace object.
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...
LPX-00408: right parenthesis missing in the XSL file
ORA-19765: mount id string does not match mount id string in control file
ORA-32579: password for SYSTEM already specified