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: Ron Thomas <rthomas_at_hypercom.com>
Date: Sun, 18 Aug 2002 12:43:20 -0800
Message-ID: <F001.004B87EF.20020818124320@fatcity.com>

Don't forget about the relink script in $ORACLE_HOME/bin. This is new starting with 8.1.7 (I think).

>From the script...

#!/bin/sh
#
#    NAME
#       relink
#
#    DESCRIPTION
#       performs manual relinking of Oracle product executables based
#       on what has been installed in the ORACLE_HOME.
#       script calls appropriate makefile targets for the following
#       accepted script parameters:
#               all -- everything which has been installed
#               oracle -- oracle database executable only
#               network -- net_client, net_server, cman, names
#               client -- net_client, otrace, plsql
#               client_sharedlib
#               interMedia -- ctx
#               precomp -- all precompilers which have been installed
#               utilities -- utilities
#               oemagent -- oemagent, odg
#

Ron Thomas
Hypercom, Inc
rthomas_at_hypercom.com
If A = B and B = C, then A = C, except where void or prohibited by law. -- Roy Santoro

                                                                                                                                    
                      root_at_fatcity.com                                                                                              
                                               To:       ORACLE-L_at_fatcity.com                                                       
                      08/18/02 11:18 AM        cc:                                                                                  
                      Please respond to        Subject:  Re: Oracle Linking                                                         
                      ORACLE-L                                                                                                      
                                                                                                                                    
                                                                                                                                    




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: Ron Thomas
  INET: rthomas_at_hypercom.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 - 15:43:20 CDT

Original text of this message

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