91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

數據庫中alter system switch logfile和alter system archive log current的區別有哪些

發布時間:2021-12-13 10:38:56 來源:億速云 閱讀:2351 作者:小新 欄目:關系型數據庫

小編給大家分享一下數據庫中alter system switch logfile和alter system archive log current的區別有哪些,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

alter system switch logfile 是強制日志切換,不一定就歸檔當前的重做日志文件(若自動歸檔打開,就歸檔前的重做日志,若自動歸檔沒有打開,就不歸檔當前重做日志。)
alter system archive log current 是歸檔當前的重做日志文件,不管自動歸檔有沒有打都歸檔。
主要的區別在于:
ALTER SYSTEM SWITCH LOGFILE對單實例數據庫或RAC中的當前實例執行日志切換;
而ALTER SYSTEM ARCHIVE LOG CURRENT會對數據庫中的所有實例執行日志切換。
所以在RAC環境上大多時間一般使用后者

為什么執行熱備后要執行alter system archive log current 這個語句,看到很多腳本都是這樣寫的。
是不是必須的?

一般的RMAN腳本都是這樣寫的,因為RMAN是可以備份歸檔日志的。alter system archive log current 這樣后就可以將所有的歸檔都備份出來了。這樣做是為了保證數據的完整和一致。

ALTER SYSTEM SWITCH LOGFILE ;
SWITCH LOGFILE Clause
The SWITCH LOGFILE clause lets you explicitly force Oracle to begin writing to a new redo log file group, regardless of whether the files in the current redo log file group are full. When you force a log switch, Oracle begins to perform a checkpoint but returns control to you immediately rather than when the checkpoint is complete. To use this clause, your instance must have the database open.

ALTER SYSTEM ARCHIVE LOG CURRENT ;
CURRENT Clause
Specify CURRENT to manually archive the current redo log file group of the specified thread(instance), forcing a log switch. If you omit the THREAD parameter, then Oracle archives all redo log file groups from all enabled threads(instances), including logs previous to current logs. You can specify CURRENT only when the database is open.

ALTER SYSTEM ARCHIVE LOG CURRENT NOSWITCH;
NOSWITCH
Specify NOSWITCH if you want to manually archive the current redo log file group without forcing a log switch. This setting is used primarily with standby databases to prevent data divergence when the primary database shuts down. Divergence implies the possibility of data loss in case of primary database failure.

You can use the NOSWITCH clause only when your instance has the database mounted but not open. If the database is open, then this operation closes the database automatically. You must then manually shut down the database before you can reopen it.

另外,SWITCH LOGFILE 只是強制切換日志組,歸檔功能是否打開與之沒多大關系:

     歸檔如果打開,切換日志組附帶著必然要歸檔,在開歸檔的情況下,日志切換必然會歸檔的

     歸檔如果關閉,肯定不能歸檔了,但該功能同樣能切換日志組,因為它的功能就是強制切換日志組

而 archive log 則是歸檔的意思,常用的兩個參數:

     alter system archive log current:歸檔當前的日志組,僅在歸檔模式下使用,因為是當前日志組,歸檔之前必先切換日志組,所以該命令伴隨著切換日志組

     alter system archive log all: 歸檔除當前日志組以外,尚未歸檔的日志組,僅在歸檔模式下使用,該命令不會切換日志組

非歸檔模式下使用則會報以下錯誤:

數據庫中alter system switch logfile和alter system archive log current的區別有哪些

補充說明:非歸檔模式下就不能使用 ARCHIVE LOG了嗎?上面的ORA-00258提示說指定日志,相關參數如下:

ARCHIVE LOG
   [  INSTANCE 'instance_name' ]
   { { SEQUENCE integer
     | CHANGE integer
     | CURRENT [ NOSWITCH ]
     | GROUP integer
     | LOGFILE 'filename'
          [ USING BACKUP CONTROLFILE ]
     | NEXT
     | ALL
     | START
     }
     [ TO 'location' ]
   | STOP
   }

 非歸檔模式下可以使用該方式指定到具體的日志組進行歸檔,但group n 不能是當前日志組

SQL> alter system archive log group 2 to '/tmp';

總結:

ALTER SYSTEM SWITCH LOGFILE:就是切換日志,SWITCH(切換) ,LOGFILE(日志),就是字面的意思

ALTER SYSTEM ARCHIVE LOG CURRENT:就是歸檔當前日志,歸檔(ARCHIVE )日志(LOG)當前的(CURRENT),也是字面意思,

然后就是在不同的環境下(單機/RAC/是否開歸檔功能),由于功能設計的出發點不同,各自附帶的效果也有所不同。

以上是“數據庫中alter system switch logfile和alter system archive log current的區別有哪些”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

珲春市| 凉城县| 岱山县| 永登县| 邵东县| 弥勒县| 河源市| 谷城县| 平山县| 班玛县| 株洲市| 平顺县| 麟游县| 五河县| 昭通市| 贡山| 太湖县| 兴文县| 南皮县| 闽清县| 新河县| 宁海县| 武穴市| 上栗县| 惠东县| 陆川县| 封丘县| 大姚县| 深圳市| 大田县| 宁国市| 江陵县| 兴安盟| 康乐县| 德钦县| 双流县| 凤城市| 贵南县| 克东县| 汉阴县| 林甸县|