use ODBC but backwards
Kevin Meade, October 10, 2003 - 12:36 pm UTC
One option is to make Oracle do an ODBC lookup to your external data. Most people take ODBC client apps and do lookups to the Oracle database via an ODBC connection. It is possible to also do the reverse. That is, define a datasource external to Oracle and then let Oracle treat it like a table. I am not refering to external tables that are now available in 9i, but rather the older method (heterogenious this and that stuff). It is however limited in its application; you need to be on an Oracle server platform that has an ODBC filter for your intended data (you likely have to buy one), and you have to do some setup work in tnsnames/listener etc. I did do it once and it did work with MS-Access. My Oracle database got data from MS-Access (as vs. MS-Access getting data from my Oracle database). There is lots of info about this on the web and also in metalink (which is where I figured it all out). It ain't a short thing but it can work, good luck.
A reader, July 13, 2004 - 9:03 am UTC