Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_WM , 5 of 52


CommitResolve Procedure

This procedure ends a conflict resolution session and saves (makes permanent) any changes in the workspace since BeginResolve Procedure was executed.

Syntax

DBMS_WM.CommitResolve(
   workspace  IN VARCHAR2);

Parameters

Table 70-5 CommitResolve Procedure Parameters  
Parameter  Description 
workspace
 

Name of the workspace. The name is case sensitive. 

Usage Notes

This procedure ends the current conflict resolution session (started by BeginResolve Procedure), and saves all changes in the workspace since the start of the conflict resolution session. Contrast this procedure with RollbackResolve Procedure, which discards all changes.

For more information about conflict resolution, see Oracle9i Application Developer's Guide - Workspace Manager.

An exception is raised if one or more of the following apply:

Examples

The following example ends the conflict resolution session in Workspace1 and saves all changes.

EXECUTE  DBMS_WM.CommitResolve ('Workspace1');

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback