Bug 37550

GemConnect

2.0.1, 2.0

All

2.1

New writeStreams don't support synonyms

The new GemConnect writeStream feature does not support Oracle synonyms.
Only actual table names (prefixed with scemas 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 synonym.

See bug 37363 for a related writeStream limitation on views.

Workaround

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


                

Last updated: 9/7/07