Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
 

ss

Oracle Tips by Burleson 

Oracle Streams
Chapter 7 -
Monitoring and Troubleshooting Oracle Streams

ORA-23607 Invalid Column

  • Rename a column that does not exist in the row LCR.

ORA-24031 Invalid Value, parameter_name, Should Be Non-NULL

This error may occur when an Apply handler or a rule-based transformation passes a NULL value to an LCR member subprogram instead of a SYS.AnyData value that contains a NULL.

For example, the following call to the add_column member procedure for row LCRs may result in the specified error:

new_lcr.ADD_COLUMN('OLD','SALES_ID',NULL);

The following SQL shows the correct way to call the add_column member procedure for row LCRs:

new_lcr.ADD_COLUMN('OLD','SALES_ID',SYS.AnyData.ConvertVarchar2(NULL));

ORA-26687 Instantiation SCN Not Set

This error occurs because the instantiation SCN is not set on an object for which an Apply process is attempting to apply changes. The dba_apply_instantiated_objects data dictionary view can be queried to list the objects that have an instantiation SCN.

ORA-26688 Missing Key in LCR

Generally speaking, this error occurs because of one of the following conditions:


The above text is an excerpt from:

Oracle Streams
High Speed Replication and Data Sharing

ISBN 0-9745993-5-2

by Madhu Tumma
 


Download your Oracle scripts now:

www.oracle-script.com

The definitive Oracle Script collection for every Oracle professional DBA

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks