Solution:
Modify SQLNET.ORA, either by removing the below line
sqlnet.authentication_services=(NTS)
or by changing it to
sqlnet.authentication_services=(NONE)
Bounce the database and listener services and check again.
Modify SQLNET.ORA, either by removing the below line
sqlnet.authentication_services=(NTS)
or by changing it to
sqlnet.authentication_services=(NONE)
Bounce the database and listener services and check again.