Login  Register

Re: datafile_problem

Posted by ErmanArslansOracleBlog on Mar 07, 2017; 12:45pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/datafile-problem-tp2282p2286.html

Arsala,

Use sqlplus to recover the datafile.

sqlplus "/as sysdba"
SQL>shutdown immediate,
SQL>startup mount;
SQL> recover datafile 1;