Let's say there is an Oracle database A
and another Oracle database B
. Our database is A
.
Is there a way to block database links from B
to A
?
Let's say there is an Oracle database Is there a way to block database links from |
|||
|
If you want to block all connections from whatever machine If that is not what you want, you could potentially write a login trigger that tries to deduce whether the connection is via a database link presumably based on things like the |
|||||||||||||
|