When you say,
connect to db
db2 does not go to the OS and ask for password authentication
whereas, for
connect to d user user1 using passw
db2 asks the os to verify the uuid/password
Since, your instance owner works with the uid/pwd, seems that the system is in shape ... Verfiy the properties of the 'problematic' user
HTH
Sathyaram
Quote:
Originally posted by Dipanjan
I have got it to work , but this baffles me.
Previously I was logging on as the new user onto the OS and then issuing the following command :-
CONNECT to DB user AAA using BBB.
This was returning me the error msg.
However, now when I only say CONNECT to DB it connects.
And when I connect to the db as the instance owner using CONNECT to DB user instanceowner using password it works.
Can someone please explain to me this scenario ?
|