rman: can't open target [message #98929] |
Sun, 19 October 2003 11:16 |
Gokhan
Messages: 2 Registered: October 2003
|
Junior Member |
|
|
I have Oracle 9.2.0.1 installed on RH 2.1 Server. The database is up and running. However, when I want to use rman for backup with rman target command, I get this error: "rman: can't open target". If I just type rman command prompt, it just hangs. ( any combination to start rman results in the same error) Has anyone encountered this before? Any idea?
Thanks.
Gokhan
|
|
|
Re: rman: can't open target [message #98930 is a reply to message #98929] |
Tue, 21 October 2003 09:24 |
Gokhan
Messages: 2 Registered: October 2003
|
Junior Member |
|
|
I got it. Just in case anyone gets this error, it is the PATH. locate rman and see if you have "/usr/X11R6/bin/rman" or anything else with rman. If you do, make sure that /usr/X11R6/bin/ is not in your PATH. (etc/profile and ~/.bash_profile) you can also start rman directly with $ORACLE_HOME/bin/rman.
|
|
|
|
|
|
Re: rman: can't open target [message #241447 is a reply to message #99238] |
Tue, 29 May 2007 11:20 |
s2oracle
Messages: 1 Registered: May 2007
|
Junior Member |
|
|
Regarding nandlal5's issue, I encountered that before. As the message says, he needs to use RMAN to do CROSSCHECK and DELETE EXPIRED since he have deleted the files at OS level. Bascially what it does is to sync the info in the repository so that those deleted files aren't "occupying" any allocated space for db recovery area.
|
|
|
Re: rman: can't open target [message #533028 is a reply to message #98929] |
Sun, 27 November 2011 08:36 |
|
AndreasHerde
Messages: 1 Registered: November 2011 Location: Munich
|
Junior Member |
|
|
Hi everybody,
I'm running a RAC (10.2.0.4) and have the same problem. The FLASH area was running out of disc space and therefore I deleted manually archive-logs. Now I try to run rman crosscheck, but rman doesn't start (as Gokhan described it seems that rman hangs).
RMAN was working befor because I'm using rman scripts for backup, so it's not a problem of path-variables.
Any suggestions?
|
|
|