Hi DBAs,
I have changed the password of a schema VENUS in production database (Oracle 11.2.0.4).
As the password was stored in documents so referring that I have changes it with same password as old as it was going to expire.
instead of changing like this alter user VENUS identified by values 'HJ245345G1B41341';
I changed like this alter user VENUS identified by 'venusc0c0';
Now the issue is there are various other schemas in many remote DBs which are connecting to this schema using DB links. and in DB links they are connecting to this schema using its values
like connec to schema using values 'HJ245345G1B41341'.
Now I guess the only way to sort it out is to change all the DB links with new password values.
I need help in finding out all the schemas which are using DB links to connect to the schema VENUS?