How do you find out which database links are used in queries for the Oracle RDBMS?
- by JavaRocky
I would like to find out if any and which database links are being used, for a schema, and in which tables. Is it possible via the data dictionary somehow?
Is this possible with the Oracle RDBMS?