Bi-directional database link
I would like to create a bi-directional database link - a database link which allows either database to SELECT/UPDATE from tables each other
e.g. database_a can access the data on database_b and
database_b can access the data on database_a
Is this possible using just 1 database link? If so, how is it defined?
Thank in advance.
0