“rman target /” 和 “rman nocatalog target /” 區別
剛才在itpub上看到一貼 “rman target /” 主要是對 “rman target /” 和 “rman nocatalog target /”這兩種方式連線有些疑惑.
正好偶以前也發現這樣的問題,於是將N久前的筆記翻出,又重新測試了一下,詳細如下,hehe.
rman target / 是連線了 target DB並進入了rman環境,這時還可以連線 catalog DB
rman nocatalog target / 是以nocatalog模式連線進入了target DB,這時是不可以再連線catalog DB了
詳細如下
oracle@dbatest1:/home/oracle #rman target /
Recovery Manager: Release 11.2.0.1.0 – Production on Tue Oct 20 15:57:13 2009
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORA11G (DBID=4092822503)
RMAN> CONNECT CATALOG system/abc123@stby
connected to recovery catalog database
RMAN> exit
Recovery Manager complete.
oracle@dbatest1:/home/oracle #rman nocatalog target /
Recovery Manager: Release 11.2.0.1.0 – Production on Tue Oct 20 15:57:31 2009
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORA11G (DBID=4092822503)
using target database control file instead of recovery catalog
RMAN> CONNECT CATALOG system/abc123@stby
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06445: cannot connect to recovery catalog after NOCATALOG has been used
RMAN> exit
Recovery Manager complete.
oracle@dbatest1:/home/oracle #
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30776559/viewspace-2058186/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- "rman target /” 和"rman nocatalog target /”區別實踐
- RMAN中catalog和nocatalog區別
- RMAN Catalog 和 Nocatalog 的區別
- rman target / debug trace
- rman: can't open target
- RMAN的"rman: can't open target"錯誤
- RMAN備份中catalog和nocatalog區別[轉]
- Oracle RMAN備份中catalog和nocatalog區別Oracle
- 【RMAN】RMAN-20001: target database not found in recoveryDatabase
- 【RMAN】RMAN-05001: auxiliary filename conflicts with the target databaseUXDatabase
- RMAN-05541: no archived logs found in target databaseHiveDatabase
- rman duplicate target database RMAN-03002 RMAN-03015 RMAN-06136Database
- currentTarget與target區別
- RMAN-20005: target database name is ambiguousDatabase
- RMAN備份、恢復實驗室 之 備份篇 【rman: can't open target】
- linux上“rman can't open target”問題解決Linux
- RMAN-20001: target database not found in recovery catalogDatabase
- 11g rman新特性 duplicate target database for standby from active databaseDatabase
- RMAN-05517: temporary file conflicts with file used by target database(zt)Database
- RMAN登陸及連線target資料庫的步驟方法資料庫
- RMAN DUPLICATE Without Connecting To Target DB For Both Disk & Tape_1375864.1
- 關於oracle 10G for suse 9 的rman: can't open targetOracle 10g
- Oracle rman中recover和restore的區別:OracleREST
- 一句話區分currentTarget和target
- [20161101]環境變數ORA_RMAN_SGA_TARGET變數
- Creation Of Rman Duplicate Without Target And Recovery Catalog Connec-1113713.1
- RMAN 11GR2 : DUPLICATE Without Target And Recovery Catalog Connection_874352.1
- memory_max_target,memory_target,pga_aggregate_target,sga_target
- exp備份和rman備份的區別
- Nocatalog 下的RMAN 增量備份 shell指令碼指令碼
- memory_target、sga_target、pga_target的設定
- 11g的MEMORY_TARGET和MEMORY_MAX_TARGET
- 所以,e.target 和 e.currentTarget 到底有啥區別呢?
- Hide RMAN Passwords when Connecting to a Target Database (Doc ID 183377.1)IDEDatabase
- oracle 10g rman duplicate target database for standby會自動新增臨時檔案Oracle 10gDatabase
- RMAN與exp / imp的區別
- Openfiler配置ISCSI Target及FC Target
- RMAN 中delete exipired 和 delete obsolete 的區別delete