Flash 會表資料 之oracle 10g

2021-08-24 21:21:36 字數 1413 閱讀 8114

介面開發人員報有很多重複資料在使用者許可權表。然後我刪除了表資料delete 方式,修改了對應的儲存過程使之不重複!

後來發現 重新拉回的資料沒許可權。 只好閃回到今天凌晨了!

sql> alter table ba.t_power_admin enable row movement;

table altered

sql> flashback table ba.t_power_admin to timestamp to_timestamp('2009-10-29 10:00:00','yyyy-mm-dd hh24:mi:ss');

flashback table ba.t_power_admin to timestamp to_timestamp('2009-10-29 10:00:00','yyyy-mm-dd hh24:mi:ss')

ora-00604: 遞迴 sql 級別 1 出現錯誤

ora-12801: 並行查詢伺服器 p018 中發出錯誤訊號

ora-01555: 快照過舊: 回退段號 13 (名稱為 "_syssmu13$") 過小

sql> flashback table ba.t_power_admin to timestamp to_timestamp(2009-10-30 00:45:00','yyyy-mm-dd hh24:mi:ss');

2 ;3 /

flashback table ba.t_power_admin to timestamp to_timestamp(2009-10-30 00:45:00','yyyy-mm-dd hh24:mi:ss');

;ora-01756: 引號內的字串沒有正確結束

sql> flashback table ba.t_power_admin to timestamp to_timestamp('2009-10-30 00:45:00','yyyy-mm-dd hh24:mi:ss');

flashback table ba.t_power_admin to timestamp to_timestamp('2009-10-30 00:45:00','yyyy-mm-dd hh24:mi:ss')

ora-00604: 遞迴 sql 級別 1 出現錯誤

ora-12801: 並行查詢伺服器 p014 中發出錯誤訊號

ora-01555: 快照過舊: 回退段號 12 (名稱為 "_syssmu12$") 過小

sql> flashback table ba.t_power_admin to timestamp to_timestamp('2009-10-30 10:45:00','yyyy-mm-dd hh24:mi:ss');

done

sql> execute p_gather_day_m_admin;

pl/sql procedure successfully completed

sql>

刪庫不跑路 Oracl刪表資料恢復之快照恢復

1 需求任務 批量處理運維 因業務上的需求,需要去對幾個表進行批量資料維護 此處就不吐槽業務設計 2 操作 刪除表資料 單身練就的手速,執行刪除語句時沒有選擇where條件內容,由於對自己過於自信,沒有將表資料備份,結果完蛋!事實證明,自信過頭 自負,自負的人往往沒有好下場。3 恢復資料 臨危不亂的...

oracle 資料表死鎖解決方法 Oracle

oracle 資料表死鎖解決方法 oracle 查詢死鎖資訊的語句 檢視複製到剪貼簿列印 select a.owner,a.object name,b.xidusn,b.xidslot,b.xidsqn,b.session id,b.oracle username,b.os user name,b....

應表會傳 網路 資料 物

摘自 windows 網路與通訊程式設計 tcp ipx協議實現了其中5層,表示層和會話層不存在。主要協議 型別 應用層http ftp smtp,dns 面向使用者,應用最廣泛 表示層不存在 會話層不存在 傳輸層tcp udp 傳送方 接收上層資料分成封包,傳給網路層 接收方 重新集合來自網路層的...