| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_DISTRIBUTED_TRUST_ADMIN , 3 of 5
This procedure ensures that the specified server is considered trusted (even if you have previously specified "deny all").
DBMS_DISTRIBUTED_TRUST_ADMIN.ALLOW_SERVER ( server IN VARCHAR2);
| Parameter | Description |
|---|---|
server |
Unique, fully-qualified name of the server to be trusted. |
If the Trusted Servers List contains the entry "deny all", then this procedure adds a specification indicating that a specific database (for example, DBx) is to be trusted.
If the Trusted Servers List contains the entry "allow all", and if there is no "deny DBx" entry in the list, then executing this procedure causes no change.
If the Trusted Servers List contains the entry "allow all", and if there is a "deny DBx" entry in the list, then that entry is deleted.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|