Bug 37363

GemConnect

2.0.1, 2.0

All

2.1

New writeStreams don't support views

The new GemConnect writeStream feature does not support Oracle views.
Only actual table names (prefixed with schemas if necessary) are
currently supported.

If attempts to use #open[Insert|Update|Delete]cursorOn:* fail on a
given #rdbTableName that works when using #openCursorOn:*, check with
your Oracle DBA to determine if the #rdbTableName is actually a view.

See bug 37550 for a related writeStream limitation on synonyms.

Workaround

Use the underlying table(s) referenced by the view.


                

Last updated: 9/7/07