国产成人毛片视频|星空传媒久草视频|欧美激情草久视频|久久久久女女|久操超碰在线播放|亚洲强奸一区二区|五月天丁香社区在线|色婷婷成人丁香网|午夜欧美6666|纯肉无码91视频

oracle是什么軟件 oracle數(shù)據(jù)庫如何打開歸檔?

oracle數(shù)據(jù)庫如何打開歸檔?xp system/manager file=d:道處.dmp滿=y1。連接windows系統(tǒng):open CMD window,Linux/Unix系統(tǒng):open te

oracle數(shù)據(jù)庫如何打開歸檔?

xp system/manager file=d:道處.dmp滿=y

1。連接windows系統(tǒng):open CMD window,Linux/Unix系統(tǒng):open terminal RMAN target/nocatalogsqlplus/nologconn/as SYSDBA

2。Open archive sqlplus>shutdown immediate(在啟動(dòng)存檔之前停止數(shù)據(jù)庫)sqlplus>startup mount(在裝載模式下啟動(dòng)數(shù)據(jù)庫)sqlplus>alter database Archivelog sqlplus>alter system set loguarchiveuudestu1=“/arch”(更改存檔日志的路徑,windows系統(tǒng)使用驅(qū)動(dòng)器號(hào))sqlplus>alter database open(打開數(shù)據(jù)庫)sqlplus>archive log list(檢查存檔是否已打開)close archive alter database NOARCHIVELOG