克隆資料庫之使用者管理複製(一)
SQL> conn sys/zja as sysdba
已連線。
SQL> select name from v$datafile;
已連線。
SQL> select name from v$datafile;
NAME
------------------------------------------------------
------------------------------------------------------
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
SQL> alter database begin backup;
資料庫已更改。
SQL> host copy D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\*.dbf e:\backup\*.dbf
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEMP01.DBF
已複製 5 個檔案。
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEMP01.DBF
已複製 5 個檔案。
SQL> ALTER DATABASE END BACKUP;
資料庫已更改。
SQL> ALTER SYSTEM ARCHIVE LOG CURRENT;
系統已更改。
SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE RESETLOGS;
資料庫已更改。
建立目錄
C:\Documents and Settings\Administrator>mkdir e:\dupdb
C:\Documents and Settings\Administrator>mkdir e:\dupdb
C:\Documents and Settings\Administrator>mkdir e:\dupdb\bdump
C:\Documents and Settings\Administrator>mkdir e:\dupdb\udump
C:\Documents and Settings\Administrator>mkdir e:\dupdb\archive
建立例程服務
C:\Documents and Settings\Administrator>oradim -new -sid dupdb -intpwd oracle
例項已建立。
引數檔案:
SQL> create pfile='%oracle_home%\database\initdupdb.ora' from spfile;
檔案已建立。
初始化引數
建立伺服器引數檔案:
SQL> create spfile='%oracle_home%\database\spfiledupdb.ora'
2 from pfile='%oracle_home%\database\initdupdb.ora';
2 from pfile='%oracle_home%\database\initdupdb.ora';
檔案已建立。
SQL> host copy e:\backup\*.dbf e:\dupdb
e:\backup\SYSTEM01.dbf
e:\backup\SYSAUX01.dbf
e:\backup\UNDOTBS01.dbf
e:\backup\USERS01.dbf
e:\backup\TEMP01.dbf
已複製 5 個檔案。
e:\backup\SYSTEM01.dbf
e:\backup\SYSAUX01.dbf
e:\backup\UNDOTBS01.dbf
e:\backup\USERS01.dbf
e:\backup\TEMP01.dbf
已複製 5 個檔案。
啟動例項並建立控制檔案
C:\Documents and Settings\Administrator>set oracle_sid=dupdb
C:\Documents and Settings\Administrator>sqlplus sys/zja as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 2月 23 16:03:28 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
已連線到空閒例程。
--建立控制檔案
create controlfile set database "dupdb" resetlogs archivelog
maxlogfiles 16
maxlogmembers 3
maxdatafiles 100
maxinstances 8
maxloghistory 454
logfile
group 1 ('e:\dupdb\redo01.log') size 10m,
group 2 ('e:\dupdb\redo02.log') size 10m,
group 3 ('e:\dupdb\redo03.log') size 10m,
datafile
'e:\dupdb\system01.dbf',
'e:\dupdb\undotbs01.dbf',
'e:\dupdb\sysaux01.dbf',
'e:\dupdb\users01.dbf'
character set zhs16gbk;
maxlogfiles 16
maxlogmembers 3
maxdatafiles 100
maxinstances 8
maxloghistory 454
logfile
group 1 ('e:\dupdb\redo01.log') size 10m,
group 2 ('e:\dupdb\redo02.log') size 10m,
group 3 ('e:\dupdb\redo03.log') size 10m,
datafile
'e:\dupdb\system01.dbf',
'e:\dupdb\undotbs01.dbf',
'e:\dupdb\sysaux01.dbf',
'e:\dupdb\users01.dbf'
character set zhs16gbk;
SQL> set logsource 'D:\oracle\product\10.2.0\db_1\database\archive'
SQL> recover database using backup controlfile until cancel
SQL> recover database using backup controlfile until cancel
C:\Documents and Settings\Administrator>set oracle_sid=dupdb
C:\Documents and Settings\Administrator>sqlplus sys/zja as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 2月 23 20:55:26 2011
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
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25323853/viewspace-687795/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 克隆資料庫之使用者管理複製(三)資料庫
- 克隆資料庫之使用者管理複製(二)資料庫
- 克隆資料庫之RMAN複製(一)資料庫
- 克隆資料庫之RMAN複製(二)資料庫
- 第6章:複製資料庫之克隆開啟的risenet資料庫資料庫SENet
- DM7資料複製之資料庫級複製資料庫
- 資料庫複製(一)–複製介紹資料庫
- OCP課程61:管理II之複製資料庫資料庫
- rman管理的複製資料庫資料庫
- 使用者管理的熱備份方式複製資料庫資料庫
- Oracle 之 Duplicate 複製資料庫Oracle資料庫
- RMAN複製資料庫(一)資料庫
- ORACLE使用者管理方式下備份資料和複製資料庫Oracle資料庫
- 資料庫複製資料庫
- 複製資料庫資料庫
- 同一資料間複製使用者
- (轉)oracle資料庫之間 表複製方法一(extent 方法)Oracle資料庫
- JS物件深度克隆/複製JS物件
- 資料庫主從複製資料庫
- Oracle活動資料庫複製Oracle資料庫
- RMAN複製資料庫(十)資料庫
- RMAN複製資料庫(九)資料庫
- RMAN複製資料庫(八)資料庫
- RMAN複製資料庫(七)資料庫
- RMAN複製資料庫(六)資料庫
- RMAN複製資料庫(五)資料庫
- RMAN複製資料庫(四)資料庫
- RMAN複製資料庫(三)資料庫
- RMAN複製資料庫(二)資料庫
- 使用RMAN複製資料庫資料庫
- 使用OEM複製資料庫資料庫
- 複製和資料庫映象資料庫
- 手動複製資料庫資料庫
- oracle rman複製資料庫Oracle資料庫
- 複製資料庫步驟資料庫
- js 淺拷貝(淺複製、淺克隆)、深拷貝(深複製、深克隆)JS
- MySQL-主從複製之搭建從資料庫MySql資料庫
- MySQL-主從複製之搭建主資料庫MySql資料庫