Hi,
This is my first instance of doing a script on Windows for connecting to an oracle database. I have only used Unix all this while.
So has anyone got an idea of how can I do something, similar as below, on a windows platform from the command prompt. On UNIX I would do
--------------
run_date=`date +%D`
sqlplus -s username/password@db <<EOF
execute my_proc($run_date);
EOF
--------------
Any help is much appreciated.
This is my first instance of doing a script on Windows for connecting to an oracle database. I have only used Unix all this while.
So has anyone got an idea of how can I do something, similar as below, on a windows platform from the command prompt. On UNIX I would do
--------------
run_date=`date +%D`
sqlplus -s username/password@db <<EOF
execute my_proc($run_date);
EOF
--------------
Any help is much appreciated.