Expired Database Password and Still-Alive Connections
问题 I open a few oracle connections with oracle jdbc. And I need to test a certain case where the db's password gets expired and the connections should be not working. However, when I manually expire the db password, the connections still stay open and working. What should I do for connections to get closed or to get closed when I expire the db password? 回答1: If a user password expiration occurs in the middle of an already established connection(session), it will not end a user session - the