Tagged Questions
4
votes
2answers
3k views
What is the difference between Oracle Streams and Change Data Capture?
There are several similar Oracle tecnologies - Oracle Streams, Oracle Change Data Capture and Database Change Notification. Do you know what is difference between those? Are they related or Oracle ...
1
vote
2answers
120 views
Sql Server 2008 CDC Problems
I am new to CDC and want to know if there is any problem in using CDC. I am targeting to use it for audit purpose i.e. Log activity using CDC and then show the same to user when needed. Does it record ...
1
vote
1answer
571 views
Cannot rename a column that is “replicated”, probably due to CDC
I want to run the following rename
EXECUTE sp_rename N'dbo.Semesters.IsPublic', N'Tmp_ShowNCs', 'COLUMN'
I get the error
Msg 4928, Level 16, State 1, Procedure sp_rename, Line 547
Cannot alter ...