Unresponsive DB Link A dead DB link means an unresponsive remote connection between databases. In fact, the db link may have finished his job, but… Read More »SQLNET.EXPIRE_TIME, How and Why
GLOBAL_NAMES Normally, we turned off GLOBAL_NAMES to prevent additional check on remote database before connecting to it. This is because we know where we are… Read More »What GLOBAL_NAMES do to DB Links
What is DB Link? A database link is a kind of schema object in a database that enables users to access and manipulate objects on… Read More »DB Link, How and Why