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: Help with my windows command

Re: Help with my windows command

From: Daniel Morgan <damorgan_at_exesolutions.com>
Date: Sun, 21 Jul 2002 14:49:21 +0100
Message-ID: <3D3ABBE1.3055E33@exesolutions.com>


"charlie.peltier" wrote:

> I have a procedure on c:/program files/test/test.sql
> But when i run
> sqlplus username/passwd @c:/program files/test/test.sql
>
> I got the error
> can not open file @c:/program.sql
>
> How should I tell windows that "program files" is a folder name.
>
> I tried sqlplus username/passwd "@c:/program files/test/test.sql",
> it works, but " is not acceptable because our application will get confused
> by ".
>
> Any other suggestions is highly appreciated.

Be aware that unless you are working in a language where it is different ... forward slashes are for UNIX: Backslashes for Windows.

Daniel Morgan Received on Sun Jul 21 2002 - 08:49:21 CDT

Original text of this message

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