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: Setting environment varibales on Unix

Re: Setting environment varibales on Unix

From: Mohammad Rafiq <rafiq9857_at_hotmail.com>
Date: Mon, 06 Aug 2001 09:46:18 -0700
Message-ID: <F001.00361AB2.20010806094607@fatcity.com>

It should be in .profile of oracle account. Entries may be like

ORACLE_HOME=/u132/app/oracle/product/8.1.6;export ORACLE_HOME

SH_LIB_PATH=$ORACLE_HOME/lib; export SH_LIB_PATH
LD_LIBRARY_PATH=/usr/ccs/lib:/usr/dt/lib:$ORACLE_HOME/lib; export 
LD_LIBRARY_PATH

export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data

HTH,
Regards

MOHAMMAD RAFIQ Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: Mon, 06 Aug 2001 09:06:18 -0800

How do I set the LD_LIBRARY_PATH and other general env variables on Unix ? Can someone help ? Syntax for setting these ? Is there a file I can edit ?

vikas

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Vikas Kawatra
   INET: VKawatra_at_innoventry.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). _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mohammad Rafiq INET: rafiq9857_at_hotmail.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 Mon Aug 06 2001 - 11:46:18 CDT

Original text of this message

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