add userdefined connection string
I have to work with a failover connection string on my customer. So always he change to other connection I have to change it on my dbForge db configuration. On SQL Developer from Oracle, what is not so nice to work with like dbForge, I can add an connection string looking like this:
jdbc:oracle:thin:@(DESCRIPTION = (ADDRESSLIST = (FAILOVER = ON) (LOADBALANCE = OFF) (ADDRESS = (PROTOCOL = TCP)(HOST = porasbbmgmscan.server.com)(PORT = 1551)) (ADDRESS = (PROTOCOL = TCP)(HOST = dorasbbmgmscan.server.com)(PORT = 1551))) (CONNECTDATA = (SERVICENAME = DB_SNAPSHOT)))
It wold by very helpful for me, if I can do that in a simular way.