RMAN-06061 WARNING skipping archivelog compromises--RMAN-06061處理--例行進行Database Backup檢查的時候發現一個庫的備份狀態是completed with errors--所以進到作業系統進行查看,發現全備日誌中出現了如下的警示archived log /opt/Oracle/cisdb/archdb1/bak/cisdb2_127732_673050541.arc not found or out of sync
Oracle 監聽器無法啟動(TNS-12537,TNS-12560,TNS-00507)Oracle啟動監聽報錯,提示 串連中斷[oracle@localhost ~]$ lsnrctl startLSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-AUG-2014 20:02:16Copyright (c) 1991, 2009, Oracle. All rights reserved.Starting
ORA-28001:the password has expired.(密碼失效)ORA-28001:the password has expired.(密碼失效),這個Oracle 11g新增的特性,預設使用者密碼只有180天有效期間。1、plsql以管理員身份登陸,system/admin(system預設密碼為manager,我建庫時候修改為admin)登陸select username,account_status from dba_users; 可以看到有的使用者狀態為expired。
MHA 切換的2個異常(masterha_master_switch line 53)MHA 在測試手動容錯移轉和線上切換的過程中,碰到了2個比較詭異的問題,在使用IP地址調用的時候均無法測試成功,出現了Detected dead master xxx does not match with specified dead master以及xxx is not alive。下面是這2個錯誤問題的描述及解決方案。1、MHA設定檔[root@vdbsrv4 ~]# more
CBO估計執行計畫需要參考的三項,cbo執行計畫EstimatorThe estimator determines the overall cost of a given execution plan. The estimator generates three different types of measures to achieve this goal:SelectivityThis measure represents a fraction of rows from
sqlserver 鎖定一行資料,禁止讀取,修改和刪除,sqlserver一行sql 事務中 有時候需要鎖定某行,等事物完成後 釋放此行。使用 with(ROWLOCK,UpdLock) 鎖定當前行。禁止讀取,修改和刪除a 事務ALTER PROCEDURE [dbo].[asuo]ASBEGIN begin tranSELECT TOP 1 * FROM dbo.JYQ_HLT_Order with(ROWLOCK,UpdLock) WHERE