Validate Database Links – Script
Here is a PL/SQL script to validate the database links accessible to an user. I wrote this to identify the working links after a database refresh or to verify links that connect from non-prod to prod… Hope it helps… REM Validate Database Links REM Private links under connected user and Public links REM REM … Read more