December 2002
Intermediate to advanced
928 pages
85h 29m
English
DBMS_DISTRIBUTED_TRUST_ADMIN.ALLOW_ALL;
Empties the Trusted Server list and indicates that all servers are members of a trusted domain.
DBMS_DISTRIBUTED_TRUST_ADMIN.ALLOW_SERVER
(server IN VARCHAR2);
Ensures that server is trusted, even if you have previously issued the DENY_ALL procedure in this package.
DBMS_DISTRIBUTED_TRUST_ADMIN.DENY_ALL;
Empties the Trusted Server list and denies access to all servers.
DBMS_DISTRIBUTED_TRUST_ADMIN.DENY_SERVER
(server IN VARCHAR2);
Ensures that server is not trusted, even if you have previously issued the ALLOW_ALL procedure in this package.