windows - What is the Oracle equivalent of the SQL Server command line utility (sqlcmd.exe)? -


What is the equivalent of Oracle of SQL Server Command Line utility to execute SQL, which is contained within the file? I need to do this from a Windows machine.

In addition to installing Oracle Client, is there something that it needs to be installed to run from Windows?

contains the sqlplus.exe command line to run the SQL command Provides interface.


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -

import - Python ImportError: No module named wmi -