Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> [Q] MS Access can NOT find ORACLE Synonym ??
We have Oracle database on different computers. I used following command
create db link to remote database.
create public database link dbxxx connect to scott identified by tiger using 'db00'; create public synonym emp for emp_at_dbxxx;
I can login as any user and "select * from emp;" without problem (on sql/plus
and ODBC
TEST). We tried to use
Microsoft Access 97 to get ORACLE data. The procedure are:
Open access database
link table
ODBC
login ID/Passwd
There is NO "emp" display on the table list. Does their has way to make MS Access check ORACLE Public synonym and display on table list?
Thank you for help.
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Mon Aug 10 1998 - 15:35:19 CDT
![]() |
![]() |