Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Plus33
In article <39DA0A7A.745C2F2C_at_fernbach.com>,
FS <axk_at_fernbach.com> wrote:
> Hello,
>
> i have in my c:\temp directory any sql scripts. when i open sqlplus
and
> start an script, i receive the message script does not exist. Which
> environment variable is necessary?
>
> Thanks
>
> Regards
>
> Axel
>
>
There is none; when you invoke Plus33.exe your default directory is c:\orant\bin (or c:\orawin\bin). Since the scripts reside in c:\temp, not c:\orant\bin, SQL*Plus cannot find them. Prefix the script name with c:\temp\ and you should be fine.
-- David Fitzjarrell Oracle Certified DBA Sent via Deja.com http://www.deja.com/ Before you buy.Received on Tue Oct 03 2000 - 12:07:39 CDT
![]() |
![]() |