rman: can't open target
在linux上,使用rman出現如下錯誤:
[oracle@ocp dbs]$ rman target /
rman: can't open target
[oracle@ocp dbs]$ which rman
/usr/X11R6/bin/rman
在X11R6下存在一個名為rman的命令:
修正這個問題,我們只需要在Oracle使用者的環境變數下,將$ORACLE_HOME/bin放在PATH變數前就可以了:
PATH=$ORACLE_HOME/bin:$HOME/bin:$PATH
重新登入使環境變數生效,現在Oracle能找到正確的rman了
[oracle@ocp ~]$ which rman
/u01/app/oracle/product/10.2.0/db_1/bin/rman
[oracle@ocp dbs]$ rman target /
rman: can't open target
[oracle@ocp dbs]$ which rman
/usr/X11R6/bin/rman
在X11R6下存在一個名為rman的命令:
修正這個問題,我們只需要在Oracle使用者的環境變數下,將$ORACLE_HOME/bin放在PATH變數前就可以了:
PATH=$ORACLE_HOME/bin:$HOME/bin:$PATH
重新登入使環境變數生效,現在Oracle能找到正確的rman了
[oracle@ocp ~]$ which rman
/u01/app/oracle/product/10.2.0/db_1/bin/rman
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26937943/viewspace-1824115/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RMAN的"rman: can't open target"錯誤
- linux上“rman can't open target”問題解決Linux
- 關於oracle 10G for suse 9 的rman: can't open targetOracle 10g
- RMAN備份、恢復實驗室 之 備份篇 【rman: can't open target】
- RMAN can not open in LinuxLinux
- [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
- FileZilla:425 Can't open data connection for transfer of解決辦法
- Xcode 無法開啟沙盒(can't open sandbox)XCode
- “rman target /” 和 “rman nocatalog target /” 區別
- Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist解決辦法ErrorMySql
- "rman target /” 和"rman nocatalog target /”區別實踐
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- 本機執行x程式出現:Can't open display 原因及其解決方法
- rman target / debug trace
- linux操作提示:“Can't open file for writing”或“operation not permitted”的解決辦法LinuxMIT
- Linux下安裝Oracle 錯誤解決 - Error: Can't open display:127.0..0.1:0.0LinuxOracleError
- mail can't send title on SolarisAI
- Mysql update in報錯 [Err] 1093 - You can't specify target table 'company_info' for update in FROM clauseMySql
- datastage7.5 can't view data?ASTView
- [ERROR] mysqld: Can‘t open shared library ‘/usr/local/mysql/lib/plugin/validate_password.so‘ (errno:ErrorMySqlPlugin
- TypeError: can‘t concat str to bytesError
- Mongoose can't update timestampGo
- mysql遇到Variable can’t be set to the value of ‘NULL’MySqlNull
- Oracle dbconsole can't startOracle
- mysql can't start dues to the disk space is fullMySql
- 【RMAN】RMAN-20001: target database not found in recoveryDatabase
- 【RMAN】RMAN-05001: auxiliary filename conflicts with the target databaseUXDatabase
- window.open()和target= blank存在安全漏洞
- redis : Can't save in background: fork: Cannot allocate memoryRedis
- Supervisor 解決 can't find command *
- Can't load IA 32-bit .dll on a
- eslint --fix 報錯 can't not find modulesEsLint
- mysql [ERROR] Can't create IP socket: Permission deniedMySqlError
- 解決can't find -lGL的問題
- MongoDB報錯:"assertion" : "can't map file memory"MongoDB