Hi All,
Please Note : I am executing ORACLE queries.
My apologies if this is a repeated question.
I am a beginner and trying to execute a simple select * query using batch file.
Here is my syntax:
@echo off
@echo - Executing scripts
sqlplus -s SERVERNAME -d DB NAME -u USERID -p PASSW -i C:\Users\XXX\Desktop\OTHER\script1.sql
PAUSE
Unfortunately, this script does not do anything. Any help will be appreciated.