備用資料庫

star_guan2008發表於2008-07-01

C:\Documents and Settings\guanxg>d:

D:\>cd oraclestandby

D:\oraclestandby>md admin

D:\oraclestandby>md standby

D:\oraclestandby>md oradata

D:\oraclestandby>md flash_recovery_area

D:\oraclestandby>cd admin

D:\oraclestandby\admin>md standby

D:\oraclestandby\admin>cd standby

D:\oraclestandby\admin\standby>md adump

D:\oraclestandby\admin\standby>md bdump

D:\oraclestandby\admin\standby>md cdump

D:\oraclestandby\admin\standby>md pfile

D:\oraclestandby\admin\standby>md udump

D:\oraclestandby\admin\standby>cd ..

D:\oraclestandby\admin>cd ..

D:\oraclestandby>cd standby

D:\oraclestandby\standby>md database

D:\oraclestandby\standby>cd ..

D:\oraclestandby>cd oradata

D:\oraclestandby\oradata>md standby

D:\oraclestandby\oradata>orapwd file=D:\oraclestandby\standby\database\pwdSTANDB
Y.ora password=xg_test entries=4;

D:\oraclestandby\oradata>copy D:\oracle\product\10.2.0\admin\wx\pfile\init.ora.4
292008181413 D:\oraclestandby\admin\standby\pfile\initSTANDBY.ora
已複製         1 個檔案。

D:\oraclestandby\oradata>notepad D:\oraclestandby\admin\standby\pfile\initSTANDB
Y.ora

D:\oraclestandby\oradata>
D:\oraclestandby\oradata>notepad D:\oraclestandby\admin\standby\pfile\initSTANDB
Y.ora

D:\oraclestandby\oradata>oradim -new -sid standby -intpwd xg_test
例項已建立。

idle> startup nomount pfile="D:\oraclestandby\admin\standby\pfile\initSTANDBY.or
a"
ORA-32006: LOCK_NAME_SPACE initialization parameter has been deprecated
ORACLE 例程已經啟動。

Total System Global Area  293601280 bytes
Fixed Size                  1248600 bytes
Variable Size              92275368 bytes
Database Buffers          192937984 bytes
Redo Buffers                7139328 bytes
idle> alter database mount standby database;

資料庫已更改。

Microsoft Windows 2000 [Version 5.00.2195]
(C) 版權所有 1985-2000 Microsoft Corp.

C:\Documents and Settings\guanxg>set oracle_sid=wx

C:\Documents and Settings\guanxg>sqlplus "/as sysdba"

SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 7月 1 15:00:21 2008

Copyright (c) 1982, 2005, Oracle.  All rights reserved.


連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

sys@WX> alter system archive log current;

系統已更改。

sys@WX> exit
從 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options 斷開

C:\Documents and Settings\guanxg>set oracle_sid=standby

C:\Documents and Settings\guanxg>sqlplus "/as sysdba"

SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 7月 1 15:07:45 2008

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

已連線到空閒例程。

idle> startup pfile=D:\oraclestandby\admin\standby\pfile\initSTANDBY.ora  nomoun
t
ORA-32006: LOCK_NAME_SPACE initialization parameter has been deprecated
ORACLE 例程已經啟動。

Total System Global Area  293601280 bytes
Fixed Size                  1248600 bytes
Variable Size              92275368 bytes
Database Buffers          192937984 bytes
Redo Buffers                7139328 bytes
idle> alter database mount standby database;

資料庫已更改。

idle> recover standby database;
ORA-00279: ?? 69065487648 (? 07/01/2008 11:30:34 ??) ???? 1 ????
ORA-00289: ??:
D:\ORACLESTANDBY\FLASH_RECOVERY_AREA\STANDBY\ARCHIVELOG\2008_07_01\O1_MF_1_3_%U_

.ARC
ORA-00280: ?? 69065487648 (???? 1) ??? #3 ?


指定日誌: {=suggested | filename | AUTO | CANCEL}
D:\oraclestandby\flash_recovery_area\standby\ARCHIVELOG\2008_07_01\O1_MF_1_3_46M
OJZ4W_.ARC
ORA-00279: ?? 69065494307 (? 07/01/2008 15:00:46 ??) ???? 1 ????
ORA-00289: ??:
D:\ORACLESTANDBY\FLASH_RECOVERY_AREA\STANDBY\ARCHIVELOG\2008_07_01\O1_MF_1_4_%U_

.ARC
ORA-00280: ?? 69065494307 (???? 1) ??? #4 ?
ORA-00278: ???????????
'D:\oraclestandby\flash_recovery_area\standby\ARCHIVELOG\2008_07_01\O1_MF_1_3_46

MOJZ4W_.ARC'


指定日誌: {=suggested | filename | AUTO | CANCEL}
cancel
介質恢復已取消。
idle> alter database activate standby database;

資料庫已更改。


idle> alter database open;

資料庫已更改。

idle>

idle> shutdown immediate;
資料庫已經關閉。
已經解除安裝資料庫。
ORACLE 例程已經關閉。
idle> startup pfile=D:\oraclestandby\admin\standby\pfile\initSTANDBY.ora
ORA-32006: LOCK_NAME_SPACE initialization parameter has been deprecated
ORACLE 例程已經啟動。

Total System Global Area  293601280 bytes
Fixed Size                  1248600 bytes
Variable Size              92275368 bytes
Database Buffers          192937984 bytes
Redo Buffers                7139328 bytes
資料庫裝載完畢。
資料庫已經開啟。

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

相關文章