79293160

Date: 2024-12-19 05:13:10
Score: 0.5
Natty:
Report link

By changing the dsn from localhost/service_name to actual dsn string present in tnsnames.ora file, it worked.

dsn = "(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=localhost))(connect_data=(service_name=service_name))(security=(ssl_server_dn_match=no)))"
Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bhavin