建立catalog並註冊資料庫
一、環境說明:
1、catalog資料庫
sid:catalog
username:rman
password:rman
2、備份資料庫
sid:orcl
二、操作步驟
1、在catalog資料庫上建立使用者
]> export ORACLE_SID=catalog
]> sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Mar 27 06:10:11 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
> create user rman identified by rman;
User created.
> alter user rman quota unlimited on users;
User altered.
> grant recovery_catalog_owner to rman;
Grant succeeded.
> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
2、編輯tnsnames.ora,增加catalog的tns
]> cd $ORACLE_HOME/network/admin
]> ls
samples shrept.lst sqlnet.ora tnsnames.ora
]> vi tnsnames.ora
catalog =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(SID = catalog)
)
)
orcl =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(SID = orcl)
)
)
]> tnsping catalog
TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 27-MAR-2009 06:12:00
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
/oracle/app/10g/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))) (CONNECT_DATA = (SID = catalog)))
OK (10 msec)
3、建立catalog,並註冊資料庫
]> export ORACLE_SID=orcl
]> rman target / catalog
Recovery Manager: Release 10.2.0.1.0 - Production on Fri Mar 27 06:12:35 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: ORCL (DBID=1210313093)
connected to recovery catalog database
RMAN> create catalog tablespace users;
recovery catalog created
RMAN> register database;
database registered in recovery catalog
starting full resync of recovery catalog
full resync complete
RMAN> exit
Recovery Manager complete.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1023818/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 建立恢復目錄catalog並註冊目標庫
- rman連線catalog註冊資料庫問題資料庫
- 建立catalog 資料庫資料庫
- 建立CATALOG資料庫。資料庫
- RMAN備份 建立catalog資料庫資料庫
- rman 建立catalog庫
- 【RMAN】catalog資料庫資料庫
- 10.註冊和登入功能實現(3)—— 註冊資料寫入資料庫資料庫
- sqlite建立本地資料庫並插入資料SQLite資料庫
- 使用Catalog命令註冊RMAN備份集
- 【RMAN】重新將資料庫註冊到RMAN Catalog時偶遇ORA-02291錯誤之探查資料庫
- Oracle 9i 資料庫建立手冊Oracle資料庫
- mogoose 建立資料庫並增刪改查Go資料庫
- oracle資料庫建立Squence序列並查詢Oracle資料庫
- javaweb專案(1)連線資料庫,登入註冊JavaWeb資料庫
- 【sqlserver】更改資料庫註冊的計算機名稱SQLServer資料庫計算機
- 在恢復目錄中註冊和登出資料庫資料庫
- 資料庫-Duckdb-catalog和schema資料庫
- RAC建立DBlink並使用impdp抽取源庫資料
- 使用RMAN建立STANDBY資料庫——RMAN使用者手冊資料庫
- 2 Day DBA-安裝Oracle資料庫並建立一個資料庫-概覽Oracle資料庫
- 又一巨頭為資料庫業務註冊獨立公司資料庫
- ASM檔案移出後的註冊和開啟資料庫ASM資料庫
- 【RMAN】資料庫到恢復目錄的註冊過程資料庫
- PHP註冊登入:包括資料存入資料庫,生成隨機驗證碼PHP資料庫隨機
- 建立資料庫資料庫
- mysql建立使用者並且對資料庫授權MySql資料庫
- 從cmd中匯入.SQL檔案並建立資料庫SQL資料庫
- mysql--通過cmd連線mysql,並建立資料庫MySql資料庫
- oracle 9I 資料庫異機恢復( Catalog 庫 )Oracle資料庫
- mysql到sqlserver資料庫實時同步工具syncnavigator註冊使用MySqlServer資料庫
- RMAN-在恢復目錄中註冊和取消資料庫資料庫
- MySQL 建立資料庫 建立表MySql資料庫
- Laravel 自定義登入註冊頁面並使用 Ajax 進行資料傳輸Laravel
- 2 Day DBA-安裝Oracle資料庫並建立一個資料庫-安裝選項Oracle資料庫
- 建立資料庫表資料庫
- Mysql建立資料庫MySql資料庫
- 建立資料庫命令資料庫