ASM檔案移出後的註冊和開啟資料庫
本實驗是將ASM檔案利用cp命令複製到操縱系統檔案系統後,如何註冊到database,開啟資料庫
環境是linux5.7+oracle11.2.0.4
RMAN> catalog datafilecopy '/s01/oracle/USERS.268.962900225';
cataloged datafile copy
datafile copy file name=/s01/oracle/USERS.268.962900225 RECID=2 STAMP=963047096
RMAN> run
2> {
3> set newname for datafile '+DATA/DAVID/DATAFILE/USERS.268.962900225' to '/s01/oracle/USERS.268.962900225';
4> switch datafile all;
5> }
executing command: SET NEWNAME
datafile 4 switched to datafile copy
input datafile copy RECID=2 STAMP=963047096 file name=/s01/oracle/USERS.268.962900225
RMAN> recover datafile 4;
Starting recover at 18-DEC-17
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=20 device type=DISK
starting media recovery
media recovery complete, elapsed time: 00:00:01
Finished recover at 18-DEC-17
RMAN> exit
Recovery Manager complete.
[oracle@rac1 ~]$ sqlplus /nolog
SQL*Plus: Release 11.2.0.4.0 Production on Mon Dec 18 09:06:09 2017
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> alter database open;
Database altered.
SQL> select file_name
2 from dba_data_files;
FILE_NAME
--------------------------------------------------------------------------------
/s01/oracle/USERS.268.962900225
+DATA/david/datafile/undotbs1.261.962900225
+DATA/david/datafile/sysaux.260.962900225
+DATA/david/datafile/system.270.962900225
+DATA/david/datafile/example.262.962900447
SQL> select *
2 from scott.dept;
DEPTNO DNAME LOC
---------- -------------- -------------
10 ACCOUNTING NEW YORK
20 RESEARCH DALLAS
30 SALES CHICAGO
40 OPERATIONS BOSTON
SQL>
環境是linux5.7+oracle11.2.0.4
RMAN> catalog datafilecopy '/s01/oracle/USERS.268.962900225';
cataloged datafile copy
datafile copy file name=/s01/oracle/USERS.268.962900225 RECID=2 STAMP=963047096
RMAN> run
2> {
3> set newname for datafile '+DATA/DAVID/DATAFILE/USERS.268.962900225' to '/s01/oracle/USERS.268.962900225';
4> switch datafile all;
5> }
executing command: SET NEWNAME
datafile 4 switched to datafile copy
input datafile copy RECID=2 STAMP=963047096 file name=/s01/oracle/USERS.268.962900225
RMAN> recover datafile 4;
Starting recover at 18-DEC-17
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=20 device type=DISK
starting media recovery
media recovery complete, elapsed time: 00:00:01
Finished recover at 18-DEC-17
RMAN> exit
Recovery Manager complete.
[oracle@rac1 ~]$ sqlplus /nolog
SQL*Plus: Release 11.2.0.4.0 Production on Mon Dec 18 09:06:09 2017
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> alter database open;
Database altered.
SQL> select file_name
2 from dba_data_files;
FILE_NAME
--------------------------------------------------------------------------------
/s01/oracle/USERS.268.962900225
+DATA/david/datafile/undotbs1.261.962900225
+DATA/david/datafile/sysaux.260.962900225
+DATA/david/datafile/system.270.962900225
+DATA/david/datafile/example.262.962900447
SQL> select *
2 from scott.dept;
DEPTNO DNAME LOC
---------- -------------- -------------
10 ACCOUNTING NEW YORK
20 RESEARCH DALLAS
30 SALES CHICAGO
40 OPERATIONS BOSTON
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26870952/viewspace-2148788/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用RMAN在還原控制檔案後開啟資料庫資料庫
- 遷移資料庫檔案到ASM資料庫ASM
- 【ASM】ASM資料檔案和OS檔案(FILESYSTEM)轉移方法總結ASM
- 10.註冊和登入功能實現(3)—— 註冊資料寫入資料庫資料庫
- 註冊 sql語句+後端PHP檔案SQL後端PHP
- QGIS如何開啟ArcGIS建立的GDB資料庫檔案資料庫
- 資料庫檔案和檔案組資料庫
- 資料庫系統檔案啟動資料庫資料庫
- 資料庫從檔案系統遷移到ASM資料庫ASM
- 批處理檔案(bat檔案)註冊dll批量註冊dllBAT
- 重建控制檔案後將備份資訊註冊
- SQLServer資料庫MMC不能開啟檔案的解決方法SQLServer資料庫
- 如何找到並開啟帝國CMS的資料庫檔案?資料庫
- 【資料遷移】RMAN遷移資料庫到ASM(二)切換資料檔案到ASM資料庫ASM
- RAC開啟資料庫歸檔資料庫
- 開啟資料庫歸檔模式資料庫模式
- Oracle資料庫開啟歸檔Oracle資料庫
- 開啟oracle資料庫歸檔Oracle資料庫
- 將資料庫從ASM遷移到檔案系統資料庫ASM
- 將資料庫從檔案系統遷移到ASM資料庫ASM
- ORACLE 資料庫 ASM磁碟組上新增控制檔案Oracle資料庫ASM
- javaweb專案(1)連線資料庫,登入註冊JavaWeb資料庫
- 如何註冊ocx檔案
- 在恢復目錄中註冊和登出資料庫資料庫
- 資料檔案大小和資料庫的關係資料庫
- 建立catalog並註冊資料庫資料庫
- 使用RMAN遷移檔案系統資料庫到ASM資料庫ASM
- ASM與檔案系統之間copy資料檔案--檔案系統到ASMASM
- oracle資料庫移動資料檔案、日誌檔案和控制檔案Oracle資料庫
- MyBatis 的 配置檔案開發方式 和 註解開發方式(對資料庫進行增刪改查)MyBatis資料庫
- XamarinSQLite教程Xamarin.iOS專案中開啟資料庫檔案SQLiteiOS資料庫
- MySQL資料庫的套接字檔案和pid檔案MySql資料庫
- 建立資料庫檔案-日誌檔案-次要資料庫檔案資料庫
- 用rman從檔案系統遷移資料庫到asm資料庫ASM
- 利用RMAN將資料庫從檔案系統遷移到ASM資料庫ASM
- 更改RAC資料庫日誌檔案大小及數量 for ASM資料庫ASM
- ASM資料和File System檔案轉移方法集錦ASM
- 建立ASM例項和資料庫ASM資料庫