Oracle Synonym Metadata
Hi
Is it possible to work out which database/schema an Oracle Synonym is pointing at via the ResultSetmetaData object (or any other means)?
We have lots of schemas and sometimes my synonyms get set up pointing at the wrong database. I'd like to be able to write a test that checks this information.
Thanks!