TRUSTED_SERVERS displays whether a server is trusted or untrusted.
| Column | Datatype | NULL | Description |
|
|
| | Trustedness of the server listed. Values can be |
|
|
| | Server name. Can be a specific server name or ALL for all servers. |
The following table shows examples of the values returned depending on the status of the servers.
| TRUSTED column | NAME column | |
| ... all servers are trusted |
|
|
| ... no servers are trusted |
|
|
| ... all servers except DB1 are trusted |
|
|
| ... all servers except DB1 are untrusted |
|
|
Note:
1.
select * from TRUSTED_SERVERS;
| TRUST | NAME |
| Trusted | All |
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment