biemond / biemond-oradb

Puppet Oracle Database Module
Apache License 2.0
59 stars 113 forks source link

PROTOCOL = for tnsnames.ora doesn't have a default value #295

Closed bschonec closed 1 year ago

bschonec commented 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)
    )
  )
bschonec commented 1 year ago

See merge request #296

bschonec commented 1 year ago

Resolved by #296