jump to navigation

ORA-01244 on Physical Standby September 14, 2009

Posted by Tyo in Oracle.
add a comment

Error Message: ORA-01244

and below are steps to resolve the problem.

First thing to do query v$datafile to check the unnamed datafile with this query:

select name from v$datafile; (lagi…)