I would like to create a windows batch file to execute a procedure in Oracle database. I saved my procedure in my hard disk as procedure.sql and wrote in my batch file
sqlplus username/password@111.111.11.11:1521/orcl "E:\sql scripts\procedure.sql"
When I ran the batch file, it said sqlplus is not a recognized command. My environment: win10, 64 digit orcl_11g. Please advise me what I can do to make this work.
Thanks