alter database link ..
Instead of DB link recreation after password change of
remote schema from 11gr2 we can use “alter database link”
alter
database link SCOTT_DBLINK connect to scott identified by abc;
Check the below link for detailed info.