Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help with my windows command
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. Received on Sat Jul 20 2002 - 08:29:05 CDT
![]() |
![]() |