Remote connection without Password [message #670746] |
Tue, 24 July 2018 02:19 |
|
muthukrish104
Messages: 82 Registered: November 2017
|
Member |
|
|
Hi,
Recently we have changed the password of SYS, SYSTEM users through.
ORAPWD as well as ALTER USER ....
All the servers are asking the new password while connecting remotely,
but only one server is connecting without password.
Here is the settings.
SQLNET.AUTHENTICATION_SERVICES=(NTS,NONE)
remote_login_passwordfile string EXCLUSIVE
Where I am lagging.
Regards
M.Krish
|
|
|
|
|
|
Re: Remote connection without Password [message #670752 is a reply to message #670751] |
Tue, 24 July 2018 05:56 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
what does this mean,Quote:We tried with ALL also in it "SQLNET.AUTHENTICATION_SERVICES=(NTS,NONE)". But no use.
And if you really do want help, you have to show what you are doing: the content of the files, the SQL*Plus session. Use copy/paste, enclosed within [code] tags.
|
|
|
|
|
|
|
|
|
|
Re: Remote connection without Password [message #671917 is a reply to message #670775] |
Mon, 24 September 2018 04:56 |
|
muthukrish104
Messages: 82 Registered: November 2017
|
Member |
|
|
Hi Michel,
As I had mentioned earlier,
we were using this method.
"conn sys@<alias name> as sysdba".
But now we have removed the parameter of NTS in:
SQLNET.AUTHENTICATION_SERVICES=(...)
So, now a days we input the password, even while connecting directly to the server.
Regards
M.Krish
|
|
|