I'm using SQL developer to connect to multiple workspaces and have a requirement to change the password for each of these monthly.
Have a script which cycles through each of the database and changes the password.
My issue is I need to update all of my connection properties for SQL Developer and have each connection updated to a new password.
Short of manual changing each connection is there a way to global change the password for these connections?
Many thanks