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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle Linking

Re: Oracle Linking

From: Tim Gorman <Tim_at_SageLogix.com>
Date: Sun, 18 Aug 2002 11:23:19 -0800
Message-ID: <F001.004B8784.20020818112319@fatcity.com>


"genclntsh" is a UNIX shell script run by the Oracle installer, so you can debug it like you would any shell script. It is located in "$ORACLE_HOME/bin", so go to that directory while logged in as the Oracle software owner in UNIX and simply run the script. Maybe it will duplicate the problem you're observing; maybe not...

If you edit/view the script file, you'll see a "set -x" command near the top, which is commented out by default. Un-comment it and the shell will output each shell command as it executes -- should help pinpoint where the problem is occuring and may even pinpoint what the problem is...

Hope this helps...

> If linking is stuck at genclntsh, 100% cpu utilization, no disk activity,
> what could be the possible reasons for this?
>
> Thanks.
>
> ltiu
>
> On Sunday 18 August 2002 10:18, ltiu wrote:
> > There is apparently two stages to the Oracle installation on Unix. A
file
> > copying installation where all the required binaries are copied from
cdrom
> > to hard disk and a linking install where the binary/object files are
> > linked.
> >
> > If the first stage succeeds but the second stage does not. How do I
start
> > the linking install without having to go through the first stage copying
> > install again?
> >
> > Thanks.
> >
> > ltiu
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: ltiu
> INET: ltiu_at_alumni.sfu.ca
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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.com
-- 
Author: Tim Gorman
  INET: Tim_at_SageLogix.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Sun Aug 18 2002 - 14:23:19 CDT

Original text of this message

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