"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... ----- Original Message ----- To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Sunday, August 18, 2002 12:18 PM > 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: [EMAIL PROTECTED] > > 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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] (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).
