ACC: "ORA-00904: Invalid Column Name" Error Message in Query (108439)
The information in this article applies to:
- Microsoft Access 1.1
- Microsoft Access 2.0
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.
Modification Type: | Minor | Last Reviewed: | 1/26/2005 |
---|
Keywords: | kberrmsg kbinterop kbprb KB108439 |
---|
|