Steff
Well, my first question is did you apply the linux patch 8.1.5.2? You need to
do this or you will not be able to use this release. As far as environment
variables, here is a quick dump of my .profile script for you:
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_ADMIN=$ORACLE_BASE/admin; export ORACLE_ADMIN
ORACLE_HOME=$ORACLE_BASE/product/8.1.5; export ORACLE_HOME
TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1; export NLS_LANG
NLS_DATE_FORMAT=DD-MON-YYYY; export NLS_DATE_FORMAT
ORACLE_SID=PROD; export ORACLE_SID
ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data; export ORA_NLS33
PATH=$ORACLE_HOME/bin:$PATH; export PATH
You could however, ditch the 8.1.5 version of Oracle on Linux and go with the
8.1.6 release, alot of head aches will go away once you do this.
Tom Tyson
- Steff Gonos <steff_gonos_at_yahoo.com> wrote:
> I have "given" a partially installed system - Oracle
> is installed but not working. I am not a Linux person.
> I don't see much information on technet about the install
> and set up for Linux. I try to use the oracle account
> to get sqlplus running, but it's file not found.
>
> What type of environment variables do I have to set up
> for Linux ?
> Any help/tips are appreciated. The system is Mandrake 6.1.
> Oracle is 8.1.5
>
> Steff Gonos
> Litton-Tasc
>
> =====
> ***********************************************************
> A Randomly Selected Thought For The Day:
> Company coming? House a mess? Display old Get Well cards.
> ***********************************************************
>
> Steff Gonos
> steff_gonos_at_yahoo.com
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Messenger - Talk while you surf! It's FREE.
> http://im.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Steff Gonos
> INET: steff_gonos_at_yahoo.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).
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It's FREE.
Received on Mon Oct 16 2000 - 11:28:56 CDT