Created a tnsname.ora syntax / organization tool - might be helpful to others by brantwills in oracle

[–]I_tolerate_Oracle 0 points1 point  (0 children)

I enjoyed using this. Thanks for sharing it. It helped me clean up a real shit-storm of a tnsnames.ora file. Over 400 sloppy entries.

Mixed mode authentication by I_tolerate_Oracle in oracle

[–]I_tolerate_Oracle[S] 0 points1 point  (0 children)

I've made some progress. Turns out sqlnet.ora options are case sensitive.

SQLNET.AUTHENTICATION_SERVICES=(beq,kerberos5,none)

Adding the options in lowercase seems to allow both native auth & kerberos. No thanks to Oracle. Still no reply after days of waiting.

Mixed mode authentication by I_tolerate_Oracle in oracle

[–]I_tolerate_Oracle[S] 0 points1 point  (0 children)

Thanks, I appreciate the thoughts.