Use Oracle Workspace Manager on Autonomous Database
Workspace Manager provides an infrastructure that enables applications to create workspaces and group different versions of table row values in different workspaces.
- About Using Oracle Workspace Manager on Autonomous Database
Use Oracle Workspace Manager to version-enable one or more user tables in the database. When a table is version-enabled, all rows in the table can support multiple versions of the data. - Enable Oracle Workspace Manager on Autonomous Database
Oracle Workspace Manager must be enabled to be used on Autonomous Database. You can migrate existing data that has enabled Oracle Workspace Manager. - Disable Oracle Workspace Manager on Autonomous Database
Use the following steps to disable Oracle Workspace Manager on Autonomous Database.
Parent topic: Features
About Using Oracle Workspace Manager on Autonomous Database
Use Oracle Workspace Manager to version-enable one or more user tables in the database. When a table is version-enabled, all rows in the table can support multiple versions of the data.
Applications that can benefit from Workspace Manager typically do one or more of the following operations:
- Manage a collection of updates and insertions as a unit before incorporating them into production data
- Support a collaborative development effort
- Use a common data set to create multiple scenarios for what-if analyses or multiple editions of data for publication
- Keep a history of changes to data
Introduction to Workspace Manager provides relevant usage and reference information.
Workspace manager is enabled using the procedure DBMS_CLOUD_ADMIN.ENABLE_FEATURE
.
Parent topic: Use Oracle Workspace Manager on Autonomous Database
Enable Oracle Workspace Manager on Autonomous Database
Oracle Workspace Manager must be enabled to be used on Autonomous Database. You can migrate existing data that has enabled Oracle Workspace Manager.
ADMIN
user, run DBMS_CLOUD_ADMIN.ENABLE_FEATURE
to enable Oracle Workspace Manager.
See ENABLE_FEATURE Procedure for more information.
Parent topic: Use Oracle Workspace Manager on Autonomous Database
Disable Oracle Workspace Manager on Autonomous Database
Use the following steps to disable Oracle Workspace Manager on Autonomous Database.
ADMIN
user, run DBMS_CLOUD_ADMIN.DISABLE_FEATURE
to disable Oracle Workspace Manager.
See DISABLE_FEATURE Procedure for more information.
Parent topic: Use Oracle Workspace Manager on Autonomous Database