Summary of DBMS_CLOUD_ADMIN Subprograms
This section
covers the DBMS_CLOUD_ADMIN
subprograms provided with Autonomous Database.
Subprogram | Description |
---|---|
This procedure attaches a file system in a directory on your database. |
|
This procedure creates a database link to a target database. There are options to create a database link to another Autonomous Database instance, to an Oracle Database that is not an Autonomous Database, or to a non-Oracle Database using Oracle-managed heterogeneous connectivity. |
|
This procedure detaches a file system from a directory on your database. |
|
This procedure disables external authentication for the Autonomous Database instance. |
|
This procedure drops a database link. |
|
This procedure enables a user to logon to Autonomous Database using the specified external authentication scheme. |
- ATTACH_FILE_SYSTEM Procedure
This procedure attaches a file system in the database. - CREATE_DATABASE_LINK Procedure
This procedure creates a database link to a target database in the schema calling the API. - DETACH_FILE_SYSTEM Procedure
This procedure detaches a file system from the database. - DISABLE_EXTERNAL_AUTHENTICATION Procedure
Disables user authentication with external authentication schemes for the database. - DROP_DATABASE_LINK Procedure
This procedure drops a database link. - ENABLE_EXTERNAL_AUTHENTICATION Procedure
Enable users to login to the database with external authentication schemes.
Parent topic: Autonomous Database Supplied Package Reference