running an update query in Onprem oracle table from aws glue python shell job
I have a use case that has to update a record in onprem database using python shell job .
The onprem database connection is working and being used in pyspark jobs to read data.
It has a pem file certificate and ssl security is enabled.
Execute/call stored procedure in on premise database using AWS Glue
I am trying to execute a stored procedure in an on premise database using AWS Glue.