ORA-01233: file string is read only - cannot recover using
backup controlfile



ORA-01233: file string is read only - cannot recover using backup controlfile..

Answer / guest

Cause: An attempt to do media recovery using a backup
controlfile found that one of the files is marked read only.
Read only files do not normally need to be recovered, but
recovery with a backup controlfile must recover all online
files.

Action: If the file really is read only, take it offline
before the recovery, and bring the read only tablespace
online after the database is open. If the file does need
recovery use a controlfile from the time the file was
read-write. If the correct controlfile is not available, use
CREATE CONTROLFILE to make one.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-12544: TNS:contexts have different wait/test functions

1 Answers  


TNS-00243: Connection Manager: Tracing is now OFF

1 Answers  


ORA-40219: apply result table string is incompatible with current operation

1 Answers  


ORA-22627: tc [string] must be that of object/varray/nested table

1 Answers  


ORA-15013: diskgroup "string" is already mounted

1 Answers  






RMAN-06511: RMAN retention policy is set to redundancy number

1 Answers  


NNL-00521: Shows or sets the server's system query forwarding requirements

1 Answers  


ORA-36966: (XSRELTBL10) workspace object must be a dimension.

1 Answers  


ORA-32588: supplemental logging attribute string exists

1 Answers  


ORA-24331: user buffer too small

1 Answers  


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...

0 Answers   IBM,


ORA-23401: materialized view "string"."string" does not exist

1 Answers  


Categories