Hi all,

10gR2

SLES 10

We have two servers DEV and PROD.

When I log in oracle @DEV and run 

$ RMAN 

I am able to get the prompt

RMAN >

and can input commands...

But in our PROD server, if I login oracle and run

$ RMAN

I am not getting a prompt and will just hang.

But if I run the script 

rman.sh rman target /  @/opt/oracle/RMAN/backup.cmd log=/opt/oracle/RMAN/backup.log 

It will run.

How do I debug this issue?

Thanks a lot,

Views: 50

Reply to This

Replies to This Discussion

It looks strange, no reply prompt. Maybe time to open a SR.

Other way from SO trace commands like TRUSS and DTRACE.

Please upload the result of the following commands ran on PROD

echo $PATH echo $ORACLE_HOME which rman 



You are probably invoking the wrong rman program. Some Linux distributions also have a program called rman.

RMAN should give the prompt back to you. There is no reason for the 2nd set of commands to work and 1st not to. How about you ensure that all the environment settings are fine and show us a cut/paste to show us that its really happening the way you said.

Hi,

You can try follows:

$ $ORACLE_HOME/bin/rman  



Regards,

Reply to Discussion

RSS

Oracle Jobs in US

© 2024   Created by Maisam Agha.   Powered by

Badges  |  Report an Issue  |  Terms of Service