PK
:Aoa, mimetypeapplication/epub+zipPK :A iTunesMetadata.plistX
This document has three parts:
Part I provides conceptual and usage information about Workspace Manager.
Part II provides reference information about the Workspace Manager PL/SQL API (DBMS_WM package) and static data dictionary views.
Part III provides supplementary information (appendixes and a glossary).
Part III contains the following:
Workspace Manager Developer's Guide
11g Release 2 (11.2)
E11826-04
May 2012
Provides usage and reference information about Oracle Workspace Manager, which enables applications to create workspaces and group different versions of table row values in different workspaces.
Oracle Database Workspace Manager Developer's Guide, 11g Release 2 (11.2)
E11826-04
Copyright © 2000, 2012, Oracle and/or its affiliates. All rights reserved.
Primary Author: Chuck Murray
Contributors: Bill Beauregard, Ben Speckhard
This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle America, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.
This software or hardware and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
This appendix lists the Workspace Manager error messages, including the cause and recommended user action for each.
LIVE
workspaces in the workspace hierarchy or explicit savepoints in the LIVE
workspace.LIVE
workspace and there may be no explicit savepoints. A clean install of Workspace Manager is needed on the import platform.LATEST
version of a workspace.LATEST
version in the workspace by using the GotoWorkspace or GotoSavepoint procedures.WM_ADMIN_ROLE
role can version-disable a table in another schema.WM_ADMIN_ROLE
can version-enable a table in another schema.WM_ADMIN_ROLE
or the owner of the workspace can alter workspace attributes.WM_ADMIN_ROLE
or the owner of the workspace can freeze a workspace.WM_ADMIN_ROLE
role or the owner of the workspace can set the workspace lock mode.WM_ADMIN_ROLE
role or the owner of the workspace or savepoint can alter the savepoint attributes.WM_ADMIN_ROLE
role or the owner of the workspace or savepoint can delete the savepoint.ACCESS
and MERGE
privileges on the workspace on which it was invoked; or, in a multiparent workspace environment, the user does not have both ACCESS
and MERGE
privileges on the non-root workspaces and ACCESS
privilege on the root workspace of the multiparent workspace graph.ACCESS
privileges on the parent workspace of the workspace it was invoked on.ACCESS
and MERGE
privileges on the workspace on which it was invoked.ACCESS
privileges on the workspace on which it was invoked.ACCESS
privileges on the workspace on which it was invoked.ACCESS
and REMOVE
privileges on the workspace on which it was invoked.WM_ADMIN_ROLE
role.LATEST
version of the workspace.LATEST
version in the workspace by using the GotoWorkspace or GotoSavepoint procedures.LATEST
version of the workspace.LATEST
version in the workspace by using the GotoWorkspace or GotoSavepoint procedures.grant_option
parameter may only be YES
or NO
.SELECT
, INSERT
, UPDATE
and DELETE
privileges on the versioned table.SELECT
, INSERT
, UPDATE
and DELETE
privileges on the versioned table being conflict resolved.CREATE
privileges on a workspace to be allowed to create a workspace off of it. Privileges can be granted using the grantWorkspacePriv or the grantSystemPriv procedures. Use the function GetPrivs to see which privileges you have on a workspace.GRANT
option to be able to grant it to others.SELECT
, INSERT
, UPDATE
and DELETE
privileges on all versioned tables that were modified in the input workspace.SELECT
, INSERT
, UPDATE
and DELETE
privileges on all versioned tables that were modified in the input workspace.ACCESS_WORKSPACE
, MERGE_WORKSPACE
, ROLLBACK_WORKSPACE
, REVOKE_WORKSPACE
, and CREATE_WORKSPACE
.lock_mode
parameter (fifth parameter) of procedure UnlockRows.lock_mode
are E
, S
, and ES
(default is ES
).all_or_user
parameter (fourth parameter) of procedure UnlockRows.all_or_user
. The valid values for all_or_user
are ALL
and USER
(default is USER
).LIVE
workspace.LIVE
. The LIVE
workspace is the default workspace for any session that is connected and Workspace Manager does not monitor users in the LIVE
workspace. Do not invoke this method on the LIVE
workspace.LIVE
workspace in NO_ACCESS
mode. Workspace Manager does not support this mode for the LIVE
workspace.READ_ONLY
, 1WRITER
, 1WRITER_SESSION
, WM_ONLY
) modes to freeze the LIVE
workspace.