Call Sqlplus from Jenkins
For Jenkins running on Microsoft Windows, to run a sqlplus .sql file, can specify any of these in the Build Command: 1) PowerShell 2) Execute Windows Batch Command 3) Execute shell Or to run some sqlplus statements directly without using a separate .sql file: 4) PowerShell 5) Execute shell
Read More Call Sqlplus from Jenkins