Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: HP-UX 11i/9.2.0.3/sqlplus
how about:
set | grep sqlplus
typeset -f | grep sqlplus
which sqlplus
could be aliased/functioned/defined as something else in the env.
If not, try doing 'truss sqlplus', or the HPUX equiv.
Jared
"Vergara, Michael (TEM)" <mvergara_at_guidant.com>
Sent by: root_at_fatcity.com
05/19/2003 03:37 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: RE: HP-UX 11i/9.2.0.3/sqlplus
Tim:
Checked both. Both Ok. Paths and environments are always the first thing I check when something is amiss. That's the proverbial low-hanging fruit. Any other notions or experiences?
Thanks,
Mike
-----Original Message-----
Sent: Monday, May 19, 2003 3:12 PM
To: Multiple recipients of list ORACLE-L
Of course, make sure that PATH is set the same in both cases. You could
be
using different SQL*Plus executables, if the server has more than one
ORACLE_HOME...
Also, check to make sure that SHLIB_PATH and LD_LIBRARY_PATH are set the
same way in both cases...
on 5/19/03 12:57 PM, Vergara, Michael (TEM) at mvergara_at_guidant.com wrote:
> Hi All:
>
> We have recently started using Oracle 9.2 on HP-UX. In csh,
> "sqlplus /nolog" works fine. In ksh, "sqlplus /nolog" goes into
> never-never land, and requires a 'kill' from another process to
> terminate.
>
> I've never seen this before, and don't know what is wrong. Any
> suggestions?
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Vergara, Michael (TEM) INET: mvergara_at_guidant.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: INET: Jared.Still_at_radisys.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon May 19 2003 - 18:51:38 CDT