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: Robert Mitchell <bmitchell_at_htscm.com>
Date: 22 Jul 2002 12:31:40 -0700
Message-ID: <36d28e0e.0207221131.38575aeb@posting.google.com>


"charlie.peltier" <charlie.peltier(delete here-antispam)@verizon.net> wrote in message news:<BAd_8.7147$Fb6.1218_at_nwrddc02.gnilink.net>...
> 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.

You might try using the DOS 8.3 name for the program files folder, i.e; @c:\progra~1\test\test.sql

HTH Bob Received on Mon Jul 22 2002 - 14:31:40 CDT

Original text of this message

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