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: Connect /nolog...

Re: Connect /nolog...

From: Harald Maier <maierh_at_myself.com>
Date: Wed, 11 Jun 2003 19:15:12 +0200
Message-ID: <m3k7bswn6n.fsf@ate.maierh>


"Jane O" <janeohin_at_aol.com> writes:

> Thanks.
> I have 9iR2 EE on standalone Linux box.
> I set SQLPATH to where I put the login.sql.
> But now it seems login.sql "interferes" with dbstart/dbshut process.
>
> So I had to go into dbstart/dbshut to add
> on top:
> SQLPATH=""
> export SQLPATH
>
>
> on bottom:
> SQLPATH=<what was before>
> export SQLPATH
>
> Now this hack is not the correct way to handle this, is it ?

You can also try

$ SQLPATH= dbstart
$ SQLPATH= dbshut

This overwrites the previous definition and you don't need to modify the dbstart and dbshut scripts.

Harald Received on Wed Jun 11 2003 - 12:15:12 CDT

Original text of this message

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