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 sid

Re: oracle sid

From: Jared Still <jkstill_at_gmail.com>
Date: Wed, 7 Sep 2005 13:52:24 -0700
Message-ID: <bf4638050907135269a69be9@mail.gmail.com>


That would be the Bourne shell, which requires a different syntax.

set ORACLE_SID=admdevs4; export ORACLE_SID

Or, heaven forbid, the C shell, which requires aspirin.

May I make a suggestion for Chirag? Find a good book on the use of Shell (ksh, bash, whatever) and work through the examples so that you understand it.

No one (well, almost no one) minds answering simple questions here, but it is understood that due diligence on the part of the poster would be to first attempt to learn the technology you are having trouble with.

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
11+ years of trying to appear to know what I'm doing.

On 9/7/05, David Sharples <davidsharples_at_gmail.com> wrote:

>
> what shell are you using on what OS?
>
> On 9/7/05, Chirag DBA <chiragdba_at_gmail.com> wrote:
> >
> > What m I missing?
> >
> > $ export ORACLE_SID=admdevs4
> > ORACLE_SID=admdevs4: is not an identifier
> > $ export ORACLE_SID admdevs4
> > $ echo $ORACLE_SID
> >
>
-- http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 07 2005 - 15:54:27 CDT

Original text of this message

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