8.3.5 Adding or Dropping Online Redo Log Files
8.3.5 添加或刪除現(xiàn)在重做日志文件
Changing the size and number of the online redo log files is sometimes done to tune the database. You can add or drop
改變?cè)诰€重做日志文件大小和數(shù)量有時(shí)是優(yōu)化數(shù)據(jù)庫(kù)。你可以在主庫(kù)添加或刪除在線重做日志組或者日志成員而不影響備庫(kù)。同樣的,你可以在主庫(kù)刪除日志文件組或成員而不影響你的備庫(kù)。但是,這邊變化在普通切換后會(huì)影響備庫(kù)的性能。
Caution:
注意:
Whenever you add an online redo log file to the primary database, you should add corresponding online and standby redo log files to the standby database. 無(wú)論何時(shí),你在主庫(kù)添加在線重做日志文件,你應(yīng)該在備庫(kù)添加相應(yīng)的在線重做日志和備用重做日志文件。
For example, if the primary database has 10 online redo log files and the standby database has 2, and then you switch over to the standby database so that it functions as the new primary database, the new primary database is forced to archive more frequently than the original primary database.
例如,如果主庫(kù)有10個(gè)在線重做日志,備庫(kù)有2個(gè),那么你切換到備庫(kù)時(shí),變?yōu)橹鲙?kù),新的主庫(kù)比原來(lái)的主庫(kù)會(huì)強(qiáng)制頻繁的歸檔。
Consequently, when you add or drop an online redo log file at the primary site, it is important that you synchronize the changes in the standby database by following these steps:
因此,當(dāng)你在主庫(kù)添加或者刪除在線重做日志時(shí),按照如下步驟將這些變化同步到備庫(kù)是很重要的,
If Redo Apply is running, you must cancel Redo Apply before you can change the log files.
1.如果重做應(yīng)用正在運(yùn)行,你必須在你改變?nèi)罩疚募X取消重做應(yīng)用。
If the STANDBY_FILE_MANAGEMENT initialization parameter is set to AUTO, change the value to MANUAL.
如果STANDBY_FILE_MANAGEMENT初始化參數(shù)設(shè)置為AUTO,將它改變?yōu)镸ANUAL。
Add or drop an online redo log file:
3.添加或刪除在線重做日志文件:
To add an online redo log file, use a SQL statement such as this:
添加在線重做日志文件,使用如下SQL語(yǔ)句:
SQL> ALTER DATABASE ADD LOGFILE '/disk1/oracle/oradata/payroll/prmy3.log' SIZE 100M;
To drop an online redo log file, use a SQL statement such as this:
刪除在線重做日志文件,使用如下SQL語(yǔ)句:
SQL> ALTER DATABASE DROP LOGFILE '/disk1/oracle/oradata/payroll/prmy3.log';
Repeat the statement you used in Step 3 on each standby database.
在每個(gè)備庫(kù)上重復(fù)操作步驟3。
Restore the STANDBY_FILE_MANAGEMENT initialization parameter and the Redo Apply options to their original states.
|
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注