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: Tom Best <oracle_person_at_yahoo.com>
Date: Mon, 22 Jul 2002 16:44:59 -0400
Message-ID: <ahhn5j$il3$1@news.bentley.com>


Charlie:

Try this:

   sqlplus username/passwd @c:/"program files"/test/test.sql

In general, putting double quotes around dir and file names tells windows the space is part of the name.

HTH,
Tom Best

"Robert Mitchell" <bmitchell_at_htscm.com> wrote in message news:36d28e0e.0207221131.38575aeb_at_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 - 15:44:59 CDT

Original text of this message

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