Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

CDC for Oracle in SQL 2012 not writing updates

$
0
0

Hello...

I have set up a CDC for Oracle Service and Instance for use with SQL 2012.  After the instance was started, I inserted six rows of data into my Oracle table and a few minutes later, it looks like the changes were picked up by the service.

The instance status page contains the following information:

Status = Green Checkmark

Detailed Status = PROCESSING

Last Transaction Timestamp = 7/22/2014 12:11:56 PM

Last Change Timestamp = 7/22/2014 11:58:35 AM

Transaction Log Head Change Number = 0x0A2C1C...

Transaction Log Tail Change Number = 0x0A2C1C... (not the same value as the head)

Current Change Number = 0x0A2C1C...

Active Transactions = 1

Staged Transactions = 0

Completed Transactions = 0

Written Changes = 0

Read Changes = 6

It looks like the six rows have been read, but they are not being written to cdc.CDC_TEST_TABLE_CT on my SQL 2012 database.

I exported the diagnostic data using the "Collect Diagnostics" link, but there are no errors in the log.  Is there a primer for how to read the results of the diagnostics?

I had the following error earlier today:

"ORACDC517E:Oracle Call Intreface (OCI) method failed: ORA-01291: missing logfile 
ORA-06512: at "SYS.DBMS_LOGMNR"

But that error was resolved when my Oracle account was granted DBA and "execute_catalog_role" permissions.

The account being used for the CDC Service and Instance has dbo rights on the SQL Server.

Does anyone have an idea what the problem could be?

Any help would be greatly appreciated.

Thanks!


Viewing all articles
Browse latest Browse all 24688

Trending Articles