Sei sulla pagina 1di 3

23/11/2018 Document Display

Copyright (c) 2018, Oracle. All rights reserved. Oracle Confidential.

New Streams Setup Giving ORA-00600 [kwqbcuppst:!dpse] As Soon Apply Started In Target
DB (Doc ID 2444758.1)

In this Document

Symptoms
Changes
Cause
Solution
References

APPLIES TO:

Oracle Database - Enterprise Edition - Version 12.1.0.2 and later


Information in this document applies to any platform.

SYMPTOMS

Getting below ora-600 in apply side database alert log:

ORA-00600: internal error code, arguments: [kwqbcuppst:!dpse], [], [], [], [], [], [], [], [], [],
[

CHANGES

CAUSE

Due to global_name having domain name in apply site database but not in capture site database. Streams apply receiving
ora-00600 [kwqbcuppst:!dpse] after new streams setup.

SOLUTION

Issue is due to global_name which is having a domain name for apply where as in capture there is no domain name
specified .

Regarding the Streams Setup,

1) Either global_name should have a domain name append for source and target or both the side should be only DB
name.

2) Global_names should be either TRUE/FALSE in source and target DB.

Example:

Source details:

============

ORA-00600 will come if the streams setup is configured with the below settings.

https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=v56q7k9cv_4#SYMPTOM 1/3
23/11/2018 Document Display

Database Name : TEST121W (Capture)

show parameter global_names;

NAME TYPE VALUE

------------------------------------ ----------- ------------------------------

global_context_pool_size string

global_names boolean FALSE

global_txn_processes integer 1

SQL> show parameter db_domain;

NAME TYPE VALUE

------------------------------------ ----------- ------------------------------

db_domain string

SQL>

SQL> select * from global_name;

GLOBAL_NAME

--------------------------------------------------------------------------------

TEST121W

Target Database:

=============

Database Name : TEST121L (Apply)

SQL> show parameter global_;

NAME TYPE VALUE

------------------------------------ ----------- ------------------------------

global_context_pool_size string

global_names boolean TRUE

global_txn_processes integer 1

SQL> show parameter db_domain;

NAME TYPE VALUE

------------------------------------ ----------- ------------------------------

db_domain string us.orcl.com

SQL> select * from global_name;

GLOBAL_NAME

--------------------------------------------------------------------------------

https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=v56q7k9cv_4#SYMPTOM 2/3
23/11/2018 Document Display
TEST121L.US.ORCL.COM

Right configuration:

=============

Database Name : TEST121W (Capture)

global_names boolean FALSE

db_domain string

SQL> select * from global_name;

GLOBAL_NAME

--------------------------------------------------------------------------------

TEST121W

Database Name : TEST121L (Apply)

global_names boolean FALSE

db_domain string

SQL> select * from global_name;

GLOBAL_NAME

--------------------------------------------------------------------------------

TEST121L

REFERENCES

NOTE:301431.1 - How To Setup One-Way SCHEMA Level Streams Replication


NOTE:789500.1 - Streams Table Level Replication Setup Script
NOTE:560782.1 - Process: Requesting a SR survey
NOTE:1683799.1 - 12.1.0.2 Patch Set - Availability and Known Issues
NOTE:411.1 - ADR Different Methods to Create IPS Package
NOTE:833624.1 - How to add a New Table to an Existing One-way Streams Replication Enviroment
NOTE:273674.1 - Streams Configuration Report and Health Check Script
NOTE:1638904.1 - SRDC - ORA-600 / ORA-700 / ORA-7445: Checklist of Evidence to Supply for Version 11g and Above
NOTE:784899.1 - Setup Streams Replication Between Different Source and Target Schemas with Different Table Structures

NOTE:784126.1 - How to Transform a Schema Name in Streams Using Declarative Rule Transformations
Didn't find what you are looking for?

https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=v56q7k9cv_4#SYMPTOM 3/3

Potrebbero piacerti anche