Re: troubleshooting ssl to port 2484 using tnsping

  • From: Jared Still <jkstill@xxxxxxxxx>
  • To: Michael McMullen <ganstadba@xxxxxxxxxxx>
  • Date: Wed, 16 Aug 2017 10:19:10 -0700

Hi Michael,

What is the output from 'adapters' ?



Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
Principal Consultant at Pythian
Pythian Blog http://www.pythian.com/blog/author/still/
Github: https://github.com/jkstill
Oracle Blog: http://jkstill.blogspot.com
Home Page: http://jaredstill.com

On Mon, Aug 14, 2017 at 11:01 AM, Michael McMullen <ganstadba@xxxxxxxxxxx>
wrote:

Oracle 11.2.0.4 (Oracle restart ie. +ASM but single host)

OEL 6.5



I'm troubleshooting tcps setup with Oracle. At this point I'm really
trying to just narrow my troubleshooting if port 2484 is listening for tcps.

No server certs at this time.


Can I just add to the listener.ora file the following (if I've made a typo
below assume I have it ok on my server)


(ADDRESS = (PROTOCOL = TCPS)(HOST = myhost)(PORT = 2484))


restart the listener, see that it's listening on port 2484 and then


tnsping "(DECRIPTION=(ADDRESS = (PROTOCOL = TCPS)(HOST = myhost)(PORT =
2484))"


when I do the above tnsping I get TNS-12560: TNS:protocol adapter error

while it returns OK (0 msec) when I use tcp and 1521 which is expected.


Just looking for the minimum I need to do to get the tnsping to return ok
so I can limit my troubleshooting.


Thanks


Mike

Other related posts: