請指教!作者: 1stdown 時間: 2005-04-15 00:40 標題: Oracle在HP-UNIX下做升級問題? close the old database
cp whole database files(control files,data files,redo files and parameter files etc.) to the new $ORACLE_BASE/admin/, keep the same directory structure.
login in the new Env
login in sqlplus as sysdba
start the new database migration/restrict
execute $ORACLE_HOME/rdbms/admin/u0801070.sql to rebuild the dictionary view or base table.
shutdown the new database
restartup the new database作者: cici_sky 時間: 2005-04-15 08:40 標題: Oracle在HP-UNIX下做升級問題? 真是萬分感謝! 我已經(jīng)苦尋多日未得其果,經(jīng)大俠指點真是豁然開朗,萬分感謝!
還想問一下:start the new database migration/restrict 這步具體該怎么做?
$ORACLE_HOME/rdbms/admin/u0801070.sql 找不到?