Hello,
I am creating an automation that includes processing an Oracle SQL script into an Oracle database.
I can connection, execute, and close using a standard sql query.
I very much need to run a SQL script in the same mannor.
Using SQL developer, it's a simple step to paste the sql script into the sql window and click on the run script button instead or run statement.

I would rather not have to copy and paste data into SQL developer to automate this.
Would much rather find a way to use the Execute SQL Statement""action.
I have everything prepared, just need to execute this script.
Is this possible?
If not, any preferred method or guidance?
Many thanks!