Listener start problem

Hi,
 
 When we try to start Listeners from OEM OS command
We have a simple command that seems to fail when Running an OS script from
OEM 10gR2.
 
   $ORACLE_HOME/bin/lsnrctl start ${DB}

This works from going local to the machine and the user running. If we
remote push ssh from another machine and run with OEMgR2 it works.
 
But,  when we try to have OEM run the script on that HP Ia64 unix machine,
the 10.1 listeners come up then then shortly after die...
 
The other versions work fine.  
 
Anybody run into something like this.  Seems like a bug in OEM starting
listeners from a script on the host?
 
Any help greatly appreciated.
 
Brian 
 

________________________________

From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]
On Behalf Of Dennis Williams
Sent: Monday, March 12, 2007 9:41 AM
To: nigel_cl_thomas@xxxxxxxxx
Cc: JDunn@xxxxxxxxx; oracle-l
Subject: Re: Sqlldr versus inserts


John,

Remember you can use the /*+ APPEND */ hint on the inserts, so you will be
getting the equivalent of direct path insert. Overall, the performance may
not be as high, since you may experience various delays (network, client
server, etc.). However, performance may be adequate. Remember the goal is
get the data loaded when it is required, not necessarily match your current
performance. I'm guessing the developers have other reasons for suggesting
this change. 
 
Dennis Williams

Other related posts: