Hi,
We have the jdbc connection string to oracle database in the below format:
jdbc:oracle:thin:@(description=(load_balance=off)(failover=on)(address=(host=${hostname})(protocol=tcp)(port=1521))(address=(host=${hostname2})(protocol=tcp)(port=1521))(connect_data=(service_name=${servicename})))
Does bitbucket support this format of connection string?
Where to pass this connection string details in bitbucket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.