DBLINK

Da wiki.gienne.cloud.
Versione del 10 gen 2018 alle 10:11 di Admin (Discussione | contributi)

(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
DBA_DB_LINKS - All DB links defined in the database
ALL_DB_LINKS - All DB links the current user has access to
COL owner FORMAT A8;
COL USERNAME FORMAT A20;
COL DB_LINK FORMAT A20;
COL HOST FORMAT A25;
select * from ALL_DB_LINKS;


USER_DB_LINKS - All DB links owned by current user