Is there a way to see when a database link password was modifed?
Oracle RDBMS version 11.2..4
When creating a database link a create date is recorded for the object. However, if one changes the database link via alter database link connect to user identified by password; there appears to be no direct way to look at the database link object and tell if the password has been modified.
Is there a direct way to see when a database link password was modified.
Dave.