Skip Headers
TRUSTED_SERVERS displays whether a server is trusted or untrusted.
TRUSTED_SERVERS
TRUST
VARCHAR2(9)
Trustedness of the server listed. Values can be TRUSTED or UNTRUSTED servers which are not listed in the NAME column have opposite trustedness.
TRUSTED
UNTRUSTED
NAME
VARCHAR2(128)
Server name. Can be a specific server name or ALL for all servers.
Table 2-3 shows examples of the values returned depending on the status of the servers.
... all servers are trusted
Trusted
ALL
... no servers are trusted
Untrusted
... all servers except DB1 are trusted
DB1
... all servers except DB1 are untrusted
Oracle9i Heterogeneous Connectivity Administrator's Guide