您好,登錄后才能下訂單哦!
小編給大家分享一下RMAN中如何使用set命令,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
一、set newname命令:
If you are restoring some data files to new locations, then execute RESTORE DATABASE and RECOVER DATABASE sequentially in a RUN command. Use the SET NEWNAME to rename data files, as described in "Restoring Datafiles to a Nondefault Location".
如果要將某些數據文件還原到新位置,請在RUN命令中按順序執行RESTORE DATABASE和RECOVER DATABASE。 使用SET NEWNAME重命名數據文件,如"將數據文件還原到非默認位置"中所述。
The following example restores the database, specifying new names for three of the data files, and then recovers the database:
RUN
{
SET NEWNAME FOR DATAFILE 2 TO '/disk2/df2.dbf';
SET NEWNAME FOR DATAFILE 3 TO '/disk2/df3.dbf';
SET NEWNAME FOR DATAFILE 4 TO '/disk2/df4.dbf';
RESTORE DATABASE;
SWITCH DATAFILE ALL;
RECOVER DATABASE;
}
二、Restoring Datafiles to a Nondefault Location(將數據文件還原到非默認位置)
If you cannot restore data files to their default locations, then you must update the control file to reflect the new locations of the data files. Use the RMAN SET NEWNAME command within a RUN command to specify the new file name. Afterward, use a SWITCH command, which is equivalent to using the SQL statement ALTER DATABASE RENAME FILE, to update the names of the data files in the control file. SWITCH DATAFILE ALL updates the control file to reflect the new names for all data files for which a SET NEWNAME has been issued in a RUN command.
如果無法將數據文件恢復到其默認位置,則必須更新控制文件以反映數據文件的新位置。 在RUN命令中使用RMAN SET NEWNAME命令來指定新的文件名。 之后,使用一個SWITCH命令(相當于使用SQL語句ALTER DATABASE RENAME FILE)來更新控制文件中數據文件的名稱。 SWITCH DATAFILE ALL將更新控制文件,以反映在RUN命令中為SET NEWNAME發出的所有數據文件的新名稱。
以上是“RMAN中如何使用set命令”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。