This article explain how can we access data from a remote postgres database using db_link. In postgres we call achieve this using foreign data wrappers. 1. Create extension dblink if not present. post...
database link
How to drop a private database link From sys
As we know, the private db_links can be dropped only by the owner of the database_link. But you don’t have the password that db_link owner, then there is a workaround for that. SQL>select *...