關於oracle 10G for suse 9 的rman: can't open target
> rman target /
rman: can't open target[@more@]
這是由於呼叫的是非Oracle的RMAN的緣故:
> which rman
/usr/X11R6/bin/rman
在/usr/X11R6/bin/下存在一個名為rman的命令:
> ./rman -help
rman
[-f
[-S(ource of man page passed in)] [-F(ormatted man page passed in)]
[-r
[-V(olume)
[-b (show subsections)] [-k(eep head/foot)]
[-n(ame of man page)
[-p(aragraph mode toggle)] [-t(abstops spacing)
[-N(ormalize spacing, changebars)] [-y (zap hyphens toggle)]
[-K (declare that page has no breaks)]
[-d(iff)
[-M(essage)
[-R(ebus words for TkMan)] [-C (enable Tcl/Tk formatting)]
[-o (no op)] [-O
[-q(uiet--don't report warnings)] [-h(elp)] [-v(ersion)]
[
我們只需要在Oracle使用者的環境變數下,將$ORACLE_HOME/bin放在PATH變數前就可以了:
export PATH=$ORACLE_HOME/bin:${PATH}:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin
重新登入使環境變數生效,Oracle就能找到正確的rman了:
> su - oracle
Password:
> which rman
/SERVER/product/bin/rman
> rman target /
Recovery Manager: Release 10.2.0.1.0 - Production on Wed Mar 12 14:57:37 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: ORA10 (DBID=631770879)
RMAN>
再使用就正常了.
-The End-
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/703656/viewspace-1000838/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- rman: can't open target
- RMAN的"rman: can't open target"錯誤
- linux上“rman can't open target”問題解決Linux
- RMAN備份、恢復實驗室 之 備份篇 【rman: can't open target】
- RMAN can not open in LinuxLinux
- IBM open power 720 +suse 9+oracle 10g 安裝手記IBMOracle 10g
- 基本完成open suse linux 下的oracle 10g安裝LinuxOracle 10g
- [ERROR] Can't open the mysql.plugin tableErrorMySqlPlugin
- You can‘t specify target table ‘Person‘ for update in FROM clause
- mysql中You can’t specify target table for update in FROM clMySql
- Mysql報錯Fatal error:Can't open and lock privilege tablesMySqlError
- 關於收到localhost modprobe: modprobe: Can't locate module ethX的錯誤localhost
- Linux下安裝Oracle 錯誤解決 - Error: Can't open display:127.0..0.1:0.0LinuxOracleError
- FileZilla:425 Can't open data connection for transfer of解決辦法
- Xcode 無法開啟沙盒(can't open sandbox)XCode
- oracle 10g rman duplicate target database for standby會自動新增臨時檔案Oracle 10gDatabase
- Oracle dbconsole can't startOracle
- oracle9i的rman全備在10g上的恢復Oracle
- “rman target /” 和 “rman nocatalog target /” 區別
- open the oracle 10g on linuxOracle 10gLinux
- oracle實驗記錄 (oracle 10G dataguard(9)rman恢復與dg)Oracle
- Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist解決辦法ErrorMySql
- 關於ORACLE RESTRICT模式,以及START OPEN RECOVEROracleREST模式
- oracle 10g RMAN管理Oracle 10g
- suse9上安裝oracle9i步驟Oracle
- "rman target /” 和"rman nocatalog target /”區別實踐
- suse oracle 11.2.0.4 Error in invoking target 'agent nmhs' ins_emagent.mkOracleError
- linux操作提示:“Can't open file for writing”或“operation not permitted”的解決辦法LinuxMIT
- oracle 10g rman 指令碼Oracle 10g指令碼
- 關於Oracle 10g ASM磁碟大小的限制Oracle 10gASM
- 關於 Oracle 10g EXPDP 的 EXCLUDE 引數Oracle 10g
- Don't overlook STATSPACK in Oracle 10gOracle 10g
- 關於檔案的open方法
- 關於8i, 9i, 10g RMAN備份資料檔案哪些資料塊的疑問
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- 本機執行x程式出現:Can't open display 原因及其解決方法
- 關於oracle11G的自動記憶體管理MEMORY_TARGET和MEMORY_MAX_TARGETOracle記憶體
- Oracle9i / 10g RAC 啟動與關閉Oracle