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.
Use the underlying table(s) referenced by the synonym.
Last updated: 9/7/07