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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Set SQLPlus Default Directory

Re: Set SQLPlus Default Directory

From: Jim Smith <jim_at_jimsmith.demon.co.uk>
Date: 1996/12/09
Message-ID: <5h8nWKAnVEryEwMC@jimsmith.demon.co.uk>#1/1

In article <32abe176.9988102_at_news.bernoise.ch>, Marc Scheuner <marc.scheuner_at_bernoise.ch> writes
>dmausner_at_brauntech.com (Dave Mausner) wrote:
>
>>>How can I set the default directory where SQLPlus looks for scripts to run.
>>>For example, I put all my scripts in c:\scripts. When I do a @myscript in
>>>SQLPlus, I want it to look in c:\scripts for myscript.
>>
>>set environment variable in autoexec.bat:
>>set SQLPATH=c:\scripts
>>
>
>Unfortunately, this doesn't work when using SQL*Plus 3.3 (Win16
>version) on a Win NT 3.51 machine.
>
>Any idea how I can get it to work in my configuration??
>
>Marc

Put a setting of the same name in ORACLE.INI

I assume that for 32-bit versions you would put a similar entry in the Registry

-- 
Jim Smith
Received on Mon Dec 09 1996 - 00:00:00 CST

Original text of this message

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