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

Home -> Community -> Usenet -> c.d.o.server -> Re: SET ORACLE_HOME

Re: SET ORACLE_HOME

From: Brian Gallagher <briang_at_iona.com>
Date: Mon, 14 Jun 1999 15:13:07 +0100
Message-ID: <7k32tj$41e$1@bvweb.dublin.iona.ie>


If you are using bourne shell you'll need the following

ORACLE_HOME=/path/path
export ORACLE_HOME

in korn shell etc u can combine this on one line e.g.

export ORACLE_HOME=/path/path

rgds
brian Received on Mon Jun 14 1999 - 09:13:07 CDT

Original text of this message

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