database backup Networker

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

database backup Networker

Roshan
Hello Erman,

I have launched a backup on Networker. I have encountered error as shown below.

RMAN.png

Do you think I should omit this file?

Regards,
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: database backup Networker

Roshan
SQL> select file#, status, enabled from v$datafile where file#=16;

     FILE# STATUS  ENABLED
---------- ------- ----------
        16 RECOVER READ WRITE

Reply | Threaded
Open this post in threaded view
|

Re: database backup Networker

ErmanArslansOracleBlog
Administrator

What is this dbf with fileno 16? It seems it is not online? It s in recovery mode.


5 Kas 2016 20:37 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
SQL> select file#, status, enabled from v$datafile where file#=16;

     FILE# STATUS  ENABLED
---------- ------- ----------
        16 RECOVER READ WRITE




If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/database-backup-Networker-tp1489p1490.html
To start a new topic under Database, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: database backup Networker

Roshan
I check all the files in RECOVER mode

https://docs.oracle.com/cd/E53547_01/opera_5_04_03_core_help/how_to_get_data_files_back_online.htm

and recover?

recover datafile *;
Reply | Threaded
Open this post in threaded view
|

Re: database backup Networker

ErmanArslansOracleBlog
Administrator

Recover yes.


5 Kas 2016 23:46 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
I check all the files in RECOVER mode

https://docs.oracle.com/cd/E53547_01/opera_5_04_03_core_help/how_to_get_data_files_back_online.htm

and recover?

recover datafile *;



If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/database-backup-Networker-tp1489p1492.html
To start a new topic under Database, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML