There are times where tables are not able to be accessed with a regular select statement. These tables might be available via db link.
For example let’s say I have a table named:
- my_tbl
If I try to query this table I get an error.
Let’s find the correct DB link:
Now what I do is try the select statement with every db link name from the query above and see which one works.
For example: