ORA-26694 error
Is there a way to get rid of an ORA-26694 error ? I want to replicate some tables using streams that are important and I don't want the above error to come up as it will stop users from updating the table.
Ideally I would like to write an error handler and raise an alert - but I DON'T want an update to stop.
(I can't amend the code that is doing the updates incidentaly - I was thinking about writing an error handler for sync capture, if that's possible)
JohnnieD