Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easy one: how to execute SQL scripts in MS-DOS

Status
Not open for further replies.

cadbilbao

Programmer
Apr 9, 2001
233
ES
Hi!

When I want to execute an SQL script in Unix, I do this:
sqlplus user/passwd @/foo/file.sql > /doo/myfile.out

Then, I've got my outfile to examine.

But I am not able to do the same at MS-DOS (Windows).
Wich is the rightest method?

Best regards and thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top