使用RMAN備份時應如何處置歸檔記錄檔,rman記錄檔昨天去某客戶部署RMAN備份,在跑shell指令碼的時候,提示找不到歸檔日誌,因為客戶那裡之前只對資料庫做EXPDP邏輯匯出備份,並且每天都自動刪除前一天的歸檔,每個歸檔的產生量大概在200M左右,因為考慮磁碟空間比較緊張,不得已而為之。在我的指令碼中,是採用backup database format 'xxx' plus archivelog format
mysql 事務 rollback 失效,mysqlrollback最近支付業務發生了一件怪事,在一個事務 失敗後,調用rollback,發現只rollback 了最後一條sql。開發查了很久,發現是網路抖動,造成第一次建立連結的 begin 丟掉了,後面再重連後就變成autocommit了,這樣就造成rollback的時候前面的sql 全都沒有rollback。tudou@b2c.xiaomi.com只能是在 begin 的時候加一個變數將應用伺服器的時間戳記打到mysql
【MongoDB】The Regex Expression query of MongoDB,mongodbregexIn the past two blogs, the topic mainly focus on the high query operation of mongodb.In this blog, we simply study the regex expression in the mongdb. MongoDB also support the regex
IGNOREDELETES,IGNOREUPDATES,ignoredeletes有時候,我們在ogg目標端應用資料的時候不想應用程式更新或者刪除操作,這時候我們就可以使用IGNOREDELETES, IGNOREUPDATES參數GETDELETES | IGNOREDELETESValid for Extract and ReplicatUse the GETDELETES and IGNOREDELETES parameters to control whether or not
【MongoDB】The high query operation of MongoDB(三),mongodboperation1, Sort Needless to say, mongodb also support to sort data. THe positive one means sorting by asc order and negetive means by desc.2. GroupThe grammar of group:Description Of