One of our SSIS projects encountered a repeated error regarding the error as subject.
Solution:
I look at the package. It still uses the old Microsoft OLEDB driver for Oracle. And one of Windows Update was mentioned in the link below has been installed on the server.
https://support.microsoft.com/en-us/kb/3147071
So, we have to apply the post-fix to fix it. Please follow the link above to solve your problem.
[CDC] SQL 2016 CDC for Oracle could not find sys.sp_cdc_parse_captured_column_list
No comments2016-05-23
Could not find stored procedure 'sys.sp_cdc_parse_captured_column_list'
SQL version: 2016 RC1
CDC for Oracle: 4.0
Hope Microsoft can fix it when the official release published.
SQL version: 2016 RC1
CDC for Oracle: 4.0
Hope Microsoft can fix it when the official release published.
Get Processing Range error Timeout
Reason:
It's because you have a CDC transaction not committed yet.
Solution:
DBCC OPENTRAN
Find out the active sessions running the program: MSXDBCDC$OracleCDCService1$xxxxYourCDC Database
Kill the sessions
Rerun the Initial Load for "Mark Initial Load Start" and "Mark initial load end"
Fixed.
Reason:
It's because you have a CDC transaction not committed yet.
Solution:
DBCC OPENTRAN
Find out the active sessions running the program: MSXDBCDC$OracleCDCService1$xxxxYourCDC Database
Kill the sessions
Rerun the Initial Load for "Mark Initial Load Start" and "Mark initial load end"
Fixed.
Subscribe to:
Posts (Atom)