Status: New
Owner: ----
Labels: Type-Defect Priority-Medium FoundIn
New issue 819 by nijin39: Oracle extractor is not working propery. ERROR
ORA-31514
http://code.google.com/p/tungsten-replicator/issues/detail?id=819
What steps will reproduce the problem?
1. setupCDC.sh with below
**************************************************************************
#
# Define name of tungsten service to use per service name change sets
#
service=alpha
# Enter user that can connect as SYSDBA. Leave it empty if you
# can connect as / as sysdba
sys_user=system
# If sys_pass is left empty, it will be queried when the script
# is run, otherwise, it will be used.
sys_pass=imsi00
# Source schema user
export source_user=POLARIS
# Publisher user that will be created
pub_user=${source_user}_PUB
# Publisher password (will be used @ creation time)
pub_password=imsi00
# Subscriber user : this is the user that Tungsten Replicator
# will use to connect to Oracle and to get data from CDC views.
tungsten_user=tungsten
tungsten_pwd=imsi00
# should the publisher user be deleted ? (1 = delete)
delete_publisher=0
# should the subscriber user (tungsten_user) be deleted ? (1 = delete)
delete_subscriber=0
# Change CDC type as desired :
# - SYNC_SOURCE : synchronous capture
# - HOTLOG_SOURCE : asynchronous capture (HOTLOG)
cdc_type=HOTLOG_SOURCE
# Prepare for replication only the tables listed in tungsten.tables file?
(0 = no, 1 = yes)
# Check tungsten.tables files for more details.
specific_tables=0
# Path where the tungsten.tables file is located.
# Warning, in case of RAC, it needs to be in a shared location
# If left empty, it will use the current directory as location.
specific_path=
***********************************************************************************
2. execute tpm install with below
***********************************************************************************
./tools/tpm install ALPHA \
--master=oracle1 \
--home-directory=/root/install \
--datasource-host=oracle1 \
--datasource-type=oracle \
--svc-table-engine=CDCASYNC \
--property=replicator.extractor.dbms.transaction_frag_size=10 \
--datasource-port=1521 \
--datasource-user=POLARIS \
--datasource-password=imsi00 \
--property=replicator.global.extract.db.user=tungsten \
--property=replicator.global.extract.db.password=imsi00 \
--datasource-oracle-service=ORCL \
--start
************************************************************************************
3. service was not started.
What is the expected output?
- Service Start
...
What do you see instead?
- SErvice was not started with error
************************************************************************************
Caused by: java.sql.SQLException: ORA-31514: change set disabled due to
capture error
ORA-06512: at "SYS.DBMS_CDC_SUBSCRIBE", line 37
ORA-06512: at line 1
...
What version of the product are you using?
tungsten-replicator 2.2
...
On what operating system?
cent-os 5.2 x86
...
Please provide any additional information below.
Notes:
...
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings