EXPERT RESPONSE
Something must be holding up the RMAN executable. You can use truss to see the system calls to try to get an idea of what is tying things up. Another thing to try is to relink the Oracle executables:
cd $ORACLE_HOME
relink all
If that does not fix the problem, then open up a Service Request with Oracle Support.
|