|
|
我現在改用虛擬機linux系統下的DB做目標數據庫
我的目錄數據庫是建立我本機xp系統下的DB
現在一些基本的准備工作已完成並已經注冊成功 但是在rman>下做catalog datafilecopy '數據文件路徑' 出錯提示錯誤如下:
ORA-19657: cannot inspect current datafile /app/oracle/product/oradata/min/TOOLS
02.DBF或
RMAN-03009: catalog 命令, 在 default 通道, 於 07/24/2007 16:41:39, 失敗
ORA-19625: error identifying file /app/oracle/product/10.2.0/dbs/E: oracleproduc
10.2.0oradataXINHISUSERS01.dbf
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
我有一點不清楚是catalog datafilecopy 後邊的路徑是對應目標數據庫的還是對應目錄數據庫的呢?
catalog archivelog時會提示出錯:
RMAN-03009: catalog 命令, 在 default 通道, 於 07/24/2007 16:45:18, 失敗
ORA-19625: error identifying file /app/oracle/product/10.2.0/dbs/log1
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3 |
|