Sqlplus command file path containing spaces. [message #374110] |
Fri, 25 May 2001 00:47 |
Arti Aggarwal
Messages: 4 Registered: May 2001
|
Junior Member |
|
|
When I run a command file from command line in sqlplus.
I am using following command.
sqlplus -s system/manager @'c:\program files\KMTech\Data\Scripts\km0015.sql'
This command works fine with some systems.
1.But Silent mode is not working.
2.Some systems are giving messages that file 'c:\program.sql' not found. However on this kind of systems it works fine when i double quote file name instead of single quote.But silent mode is not working.
|
|
|