Skip to Content
Oracle Built-in Packages
book

Oracle Built-in Packages

by Steven Feuerstein, Charles Dye, John Beresniewicz
May 1998
Intermediate to advanced
956 pages
30h 12m
English
O'Reilly Media, Inc.
Content preview from Oracle Built-in Packages

Priority Groups with DBMS_REPCAT

Priority groups allow you to determine the validity of data based on its value. The priority group conflict resolution technique is most effective for data that has a finite range of possible values, and that goes through this range in a specific order.

About Priority Groups

Consider the products table:

SQL>desc products
Name				 	Null?           Type
 ------------------------------- 	-------- 	----
 PRODUCT_ID				NOT NULL 	NUMBER(9)
 PRODUCT_TYPE				NOT NULL 	NUMBER(6)
 CATALOG_ID				NOT NULL 	VARCHAR2(15)
 DESCRIPTION				NOT NULL 	VARCHAR2(30)
 REV_LEVEL				NOT NULL 	VARCHAR2(15)
 PRODUCTION_DATE			NOT NULL 	DATE
 PRODUCTION_STATUS			NOT NULL 	VARCHAR2(12)
 AUDIT_DATE				NOT NULL 	DATE
 AUDIT_USER				NOT NULL 	VARCHAR2(30)
 GLOBAL_NAME				NOT NULL 	VARCHAR2(20)

The PRODUCTION_STATUS field in this table can only take on certain values: CONCEPT, DEVELOPMENT, BETA, PRODUCTION, and DISCONTINUED. In addition, products must go through this range of values in the order given.

This concept of a sequential range of values is known as a workflow, and priority groups are designed to enforce the rules of a workflow in a replicated environment. Unlike column groups, which pertain to fields in a specific table, you can define a priority group for a specific column, which may appear in one or more tables. Once you define and configure a priority group, you can designate it to resolve update conflicts within a column group. The basic idea is that if a conflict arises, the row with the data corresponding to the higher priority ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Oracle PL/SQL for DBAs

Oracle PL/SQL for DBAs

Arup Nanda, Steven Feuerstein
Oracle Database 10g PL/SQL Programming

Oracle Database 10g PL/SQL Programming

Scott Urman, Ron Hardman, Michael McLaughlin

Publisher Resources

ISBN: 1565923758Catalog PageErrata