Re: Working Directory in SQL+
From: Jonathan Gennick <jonathan_at_gennick.com>
Date: Fri, 09 Apr 1999 04:26:43 GMT
Message-ID: <37175ca9.5136377_at_netnews.worldnet.att.net>
Date: Fri, 09 Apr 1999 04:26:43 GMT
Message-ID: <37175ca9.5136377_at_netnews.worldnet.att.net>
On Thu, 08 Apr 1999 15:55:36 -0400, Stephen Hirsch <Stephen.Hirsch_at_pharma.novartis.com> wrote:
>I'm sorry, I wasn't clear. I was looking to modify it from the SQL+
>command line, as opposed to the operating system prompt. Is this
>possible?
>
>I'm not allowed to modify the NT registry here at all, which limits my
>options considerably.
Can you execute a DOS command prior to starting SQL*Plus? If you run the DOS version of SQL*Plus, i.e. plus33 as opposed to plus33w, then you can use the DOS SET command to change the path. For example:
set sqlpath=bla bla bla
plus33
However, that won't do you much good if you need to change sqlpath after sqlplus has started.
Jonathan Received on Fri Apr 09 1999 - 06:26:43 CEST