I'm using database change notifications (DCN) in an application I'm writing with ODP.NET. One instance of Oracle 11g 11.2.0.2.0 accepts DCN registrations, and another rejects them for the same query. To my knowledge, the schema of both databases is exactly the same. Both users have change notification privileges. What could be causing one database to reject registration requests that the other accepts?
The query is similar to select * from my_table; and the error message is ORA-29983: Unsupported query for Continuous Query Notification.
Thanks!