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