Closed bschonec closed 1 year ago
It would be great if the tnsnames.ora would default to PROTOCOL=TCP. Currently, if you don't specify a protocol the tnsnames.ora file looks like:
connection1.example.com = (DESCRIPTION = (ADDRESS = (PROTOCOL = )(HOST = oracle1.example.com)(PORT = 1700)) (CONNECT_DATA = (SERVER = dedicated) (SERVICE_NAME = oracle1.example.COM) ) )
See merge request #296
Resolved by #296
It would be great if the tnsnames.ora would default to PROTOCOL=TCP. Currently, if you don't specify a protocol the tnsnames.ora file looks like: