Invoking SQL*Plus from a DOS batch file [message #371214] |
Mon, 18 September 2000 12:54 |
Deborah Welch
Messages: 7 Registered: September 2000
|
Junior Member |
|
|
I have DOS batch file that starts SQL*Plus and connects.
The batch file also builds a '.sql' file with SQL*Plus commands.
The problem is the SQL select statement I want to execute has a ">"
operator in it, and DOS is interpreting that symbol as direction for
an output file.
Any experience out there with doing this sort of thing? As a work-around, I had modified the SQL to say '=! 0', but this is kludgy.
Thanks in advance,
|
|
|
|