Calls
-
PROCEDURE DBMS_WM.AlterSavepoint(workspaceIN VARCHAR2,sp_nameIN VARCHAR2,sp_descriptionIN VARCHAR2); Changes sp_description in sp_name in workspace.
-
PROCEDURE DBMS_WM.AlterWorkspace(workspaceIN VARCHAR2,workspace_descriptionIN VARCHAR2); Changes workspace_description for workspace.
-
PROCEDURE DBMS_WM.BeginDDL(table_nameIN VARCHAR2); Starts DDL session for table_name and creates a table with the name table_name_LTS.
-
PROCEDURE DBMS_WM.BeginResolve(workspaceIN VARCHAR2); Starts a conflict resolution session for workspace.
-
PROCEDURE DBMS_WM.CommitDDL(table_nameIN VARCHAR2[,ignore_last_errorIN BOOLEAN DEFAULT FALSE]); Commits DDL changes made during the DDL session for table_name. If ignore_last_error, ignores the last error that may have occurred during the last call to this procedure.
-
PROCEDURE DBMS_WM.CommitResolve(workspaceIN VARCHAR2); Ends conflict resolution session and commits any changes made since the DBMS_WM.BeginResolve procedure was called.
-
PROCEDURE DBMS_WM.CompressWorkspace(workspaceIN VARCHAR2,[,compress_view_wo_overwriteIN BOOLEAN][,firstSPIN VARCHAR2 DEFAULT NULL][,secondSPIN VARCHAR2 DEFAULT NULL][,auto_commitIN BOOLEAN DEFAULT TRUE]); Deletes removable savepoints and minimizes Workspace Manager metadata structures for workspace. If only firstSP is specified, works on all removable savepoints from creation to firstSP. If both firstSP and secondSP are specified, all removable savepoints between them are deleted. If secondSP