Article ID: 108439
Article Last Modified on 1/26/2005
APPLIES TO
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
This article was previously published under Q108439
SYMPTOMS
If you have a query based on an attached Oracle synonym that has a sort on
a column name, and the owner of the synonym has read-only permissions on
the table on which the synonym is based, you will receive the error
messages:
ODBC - call failed
-and-
[PageAhead][ODBC Oracle Driver][Oracle OCI]ORA-00904: invalid
column name. [#904]
CAUSE
This error occurs because the owner of the synonym has read-only
permissions on the Oracle table on which the synonym is based.
RESOLUTION
There are four ways to correct this problem:
- Create a Public synonym in Oracle.
- In Microsoft Access, attach directly to the table on which the
synonym is based.
- In Oracle, assign the owner of the synonym permissions greater
than read-only.
- In Microsoft Access, remove the "order by" clause from the
query.
Additional query words: adk
Keywords: kberrmsg kbinterop kbprb KB108439