Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Listener start problem

Listener start problem

From: Spears, Brian <BSpears_at_Limitedbrands.com>
Date: Mon, 12 Mar 2007 11:09:19 -0400
Message-ID: <50938E6468CFED40AE0FD7A507D96D3405A67067@EXCHSERV2.Limited.brands.com>


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_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Dennis Williams
Sent: Monday, March 12, 2007 9:41 AM
To: nigel_cl_thomas_at_yahoo.com
Cc: JDunn_at_sefas.com; 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

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Mar 12 2007 - 10:09:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US