Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 
 

DBMS_REPUTIL Tips

Oracle Database Tips by Donald Burleson


DBMS_REPUTIL

 

The dbms_reputil package provides some very basic, yet key, functions and procedures for supporting replication. Replication has many behind the scenes or shadow tables, triggers and packages that are generated to coordinate and perform the actual replication work. This package contains support subprograms called by that generated code.

Even though dbms_reputil may look rather simple with just seven procedures and functions, the concept of replication and what can be done is much more complex than can be elaborated here. Thus, the following book is highly recommended where the authors do an excellent job of detailing every aspect of Oracle database replication.

 

Oracle Replication: Snapshot, Multi-master & Materialized Views Scripts
Author: Donald K. Burleson, John Garmany, Steve Karam
Publisher: Rampant Tech Press
ISBN: 0-9727513-3-5
ISBN-13: 978-0972751339

 

Replication_off is a dbms_reputil procedure that disables or suspends replication of changes. It has no parameters.

 

Replication_on is a dbms_reputil procedure that enables or resumes replication of changes. It has no parameters.

 

Replication_is_on is a dbms_reputil function that simply determines whether replication is currently active or suspended. It has no parameters and returns a Boolean.

 

From_remote is a dbms_reputil function that brackets the internal replication packages so that they return TRUE when initiated, and FALSE when they complete. Think of this as a replication semaphore of types. For example, the DBA may need to code her triggers to ignore, not fire, when the update is due to replication. It has no parameters and returns a Boolean.

 

Global_name is a dbms_reputil function that simply returns a character sting containing the global database name. It has no parameters and returns a VARCHAR2.

 

Make_internal_package is a dbms_reputil procedure that synchronizes internal replication packages against the replication catalog for that table or materialized view. Do not run this procedure unless directed to do so by Oracle Support.

  

Argument

Type

In / Out

Default Value

CANON_SNAME

VARCHAR2

IN

 

CANON_ONAME

VARCHAR2

IN

 

Table 6.102:  Make_internal_package Parameters

Sync_up_rep is a dbms_reputil procedure that synchronizes internal replication triggers against the replication catalog for that table or materialized view. Do not run this procedure unless directed to do so by Oracle Support.

 

Argument

Type

In / Out

Default Value

CANON_SNAME

VARCHAR2

IN

 

CANON_ONAME

VARCHAR2

IN

 

Table 6.103:  Sync_up_rep Parameters

 
 
 
Get the Complete
Oracle Utility Information 

The landmark book "Advanced Oracle Utilities The Definitive Reference"  contains over 600 pages of filled with valuable information on Oracle's secret utilities. This book includes scripts and tools to hypercharge Oracle 11g performance and you can buy it for 30% off directly from the publisher.
 


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.