Version Enabling Database Data (GO Loader and GO Publisher only)

Version enabling should occur after configuring GO Loader and GO Publisher, as this will change the schema.

To perform GO Loader and GO Publisher configuration after version enabling, copy the database schema before version enabling and then configure against the unversioned copy in future. For each table to be managed, workspace enable each table.

In Oracle, use the function:

DBMS_MW.EnableVersioning('TABLE_NAME')

See the Oracle Workspace Manager documentation for more details.