思路:
o 利用rman對資料檔案做copy
o 將資料檔案offline
o switch檔名,這一步將更改控制檔案中資料檔案對應的檔名
o recover資料檔案
o 將資料檔案online,恢復生產
注:也可以利用這種思路做database copy,然後做switch database,遷移資料庫...
實驗過程如下:
***********************************===
sql> archive log list;
database log mode archive mode
automatic archival enabled
archive destination /home/oracle/arch
oldest online log sequence 63
next log sequence to archive 65
current log sequence 65
rman> report schema;
using target database control file instead of recovery catalog
report of database schema
sql> alter database datafile 5 offline;
database altered.
sql> recover datafile 5;
media recovery complete.
sql> alter database datafile 5 online;
database altered.
rman> report schema;
report of database schema
利用指標可以將A B problem簡化
菜鳥,偶爾在一些oj上刷點水題。當然這個a b問題也是困擾了我很久,甚至木有勇氣來搞一搞。在學長的教導下,開始看資料結構和演算法的等書,在這期間發現自己在指標和結構體上掌握的一塌糊塗,何談資料結構。這幾天一直在複習指標.在一些例題發現了函式指標的神奇,經過反覆編譯,在不算的錯誤中打出了如下 接著就把...
利用python將資料轉存入sqlite3
案例的目標是將存在檔案中的json格式資料轉存到sqlite資料庫中。因此,需要利用python逐行讀取json檔案中資料,對資料進行解析和入庫。具體操作步驟如下 1 逐行讀取json檔案 for line in open path sline dict json.load line 2 對資料進行...
ZH乳酪 利用CSS將checkbox選項放大
例如html input type checkbox span 核取方塊 span css放大checkbox方法一 僅ie input type checkbox css放大checkbox方法二 css transform通用 input type checkbox 兩個方法都可以達到將chec...