Phone (800) 766-1884 for immediate Oracle support & training
Free Oracle Tips

Home Home
Oracle Monitoring
Growth Monitoring
Emergency DBA Support
Installs & Upgrades
Oracle Migration
Oracle Support Plan
Oracle SQL Tuning
Oracle Performance Tuning

 Our Remote DBA Clients

 

Free Oracle Tips


 
HTML Text

Free Oracle App Server Tips


 
HTML Text

 

   
  Oracle Tips by Burleson

Oracle Streams
Chapter 10 - Streams for Heterogeneous Replication

User Application Enqueue

The following SQL block creates a procedure called LCR_ROW_ON_MKTPRICE:

CREATE OR REPLACE PROCEDURE lcr_row_on_mktprice (
 source_dbname             VARCHAR2,
 cmd_type             VARCHAR2,
 obj_owner             VARCHAR2,
 obj_name             VARCHAR2,
 old_vals             SYS.LCR$_ROW_LIST,
 new_vals             SYS.LCR$_ROW_LIST)
AS
row_lcr                        SYS.LCR$_ROW_RECORD;
BEGIN

--Construct the LCR based on information passed to procedure
row_lcr := SYS.LCR$_ROW_RECORD.CONSTRUCT(
 source_database_name             => source_dbname,
 command_type                         => cmd_type,
 object_owner             => obj_owner,
 object_name                => obj_name,
 old_values                   => old_vals,
 new_values                  => new_vals);


The above text is an excerpt from:

Oracle Streams
High Speed Replication and Data Sharing

ISBN 0-9745993-5-2

by Madhu Tumma
 


    Need an Oracle Health Check?

Does your boss blame you for an Oracle performance problem? 
Need to prove that your database is properly optimized?

BC Oracle performance guru's can quickly verify every aspect of your Oracle database and provide a complete certification that your database is fully optimized.

Burleson Oracle consulting & training



 

 

WISE Oracle monitoring software
 

 

Oracle forum for DBA 

 

Rampant TechPress Oracle book publisher

image 

  

 

E-mail us for BC Oracle support:   

Copyright © 1996 -  2012 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.