freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

oracle數(shù)據(jù)庫的備份與恢復(fù)方案內(nèi)部學(xué)習(xí)資料(編輯修改稿)

2025-05-30 03:04 本頁面
 

【文章內(nèi)容簡介】 ntified by test default tablespace test。grant connect,resource to test。conn test/testcreate table a(a number)。insert into a values(1)。insert into a select * from a。 反復(fù)插入,達到10萬條mit。insert into a select * from a。 20萬條mit。關(guān)閉數(shù)據(jù)庫shutdown。重新啟動數(shù)據(jù)庫這時,可以mount上,但無法打開,因為現(xiàn)在使用的數(shù)據(jù)文件是舊的只有10萬條記錄,與控制文件中記載的log number不一樣startup mount需要recover database,使數(shù)據(jù)庫記錄重新恢復(fù)到當(dāng)前的20萬條C:\svrmgrlsvrmgrlconnect internalsvrmgrlshutdownsvrmgrlstartup mountsvrmgrlset autorecovery onsvrmgrlrecover database。svrmgrlalter database open。conn test/testselect count(*) from a。 數(shù)據(jù)又恢復(fù)到20萬條conn system/manager刪除實驗表空間alter tablespace test offline。drop tablespace test INCLUDING CONTENTS。 沒有備份、只有歸檔日志,如何恢復(fù)數(shù)據(jù)文件? 系統(tǒng)環(huán)境: 操作系統(tǒng):Windows 2000 Server,機器內(nèi)存128M數(shù)據(jù)庫: Oracle 8i R2 () for NT 企業(yè)版安裝路徑:C:\ORACLE模擬現(xiàn)象: 可通過重建數(shù)據(jù)文件來恢復(fù),前提是歸檔日志文件保存完整先將數(shù)據(jù)庫設(shè)置為歸檔模式SQL*Plusconn system/manager創(chuàng)建實驗表空間create tablespace test datafile39。c:\39。 size 5MAUTOEXTEND ON NEXT 1M MAXSIZE UNLIMITEDdefault storage (initial 128K next 1M pctincrease 0)/創(chuàng)建實驗用戶 drop user test cascade。create user test identified by test default tablespace test。grant connect,resource to test。conn test/testcreate table a(a number)。insert
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1