克隆資料庫之使用者管理複製(二)

Nalternative發表於2011-02-24
字元問題:set NLS_LANG=AMERICAN_CHINA.ZHS16GBK

注意監聽和tns服務配置正確。

SQL> recover database using backup controlfile until cancel
 
報錯:online backup of file 1 needs more recovery to be consistent
在pfile中加上 _allow_resetlogs_corruption=TRUE
啟動資料庫:
startup pfile=''
 
alter database open resetlogs;
資料庫已更改


SQL> select count(*) from jason.remind_message;
  COUNT(*)
----------
        87
clone資料庫正常使用。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25323853/viewspace-687887/,如需轉載,請註明出處,否則將追究法律責任。

相關文章