Connect to Oracle SQL database
You can achieve this with a Groovy script.
First of all, we need connection string. It looks like this: jdbc:oracle:<drivertype>:<user>/<password>@<database> (e.g. jdbc:oracle:thin:scott/tiger@host:1521:xe)
1. public class sqlconnect {
1. private st...
ak91.hashnode.dev1 min read