RMAN: Backing Up Oracle Database Data Files

RMAN: Backing Up Oracle  Data Files
Андрей Волков

Андрей Волков

Системное, сетевое администрирование +DBA. И немного программист!))  Профиль автора.

You may occasionally need to back up individual data files. For example, when troubleshooting issues with backups, it’s often helpful to attempt to successfully backup one data file. You can specify data files by file name or by file number, as follows:

RMAN> backup datafile '/u01/dbfile/O12C/system01.dbf';

In this example, file numbers are specified:

RMAN> backup datafile 1,4;

Here are some other examples of backing up data files, using various features:

RMAN> backup as copy datafile 4;

RMAN> backup incremental level 1 datafile 4;

Image Tip  Use the RMAN REPORT SCHEMA command to list tablespace, data file name, and data file number information.

Вас заинтересует / Intresting for you:

RMAN: Using Online or Offline ...
RMAN: Using Online or Offline ... 1638 views Андрей Волков Sat, 29 Feb 2020, 10:01:33
RMAN: Specifying the Backup Us...
RMAN: Specifying the Backup Us... 2482 views Андрей Волков Sat, 29 Feb 2020, 10:14:03
RMAN: Checking for Corruption ...
RMAN: Checking for Corruption ... 26950 views Андрей Волков Thu, 30 Sep 2021, 11:57:27
RMAN: Backing UP Oracle Databa...
RMAN: Backing UP Oracle Databa... 927 views Андрей Волков Wed, 29 Sep 2021, 18:27:51
Comments (0)
There are no comments posted here yet
Leave your comments
Posting as Guest
×
Suggested Locations