SuryaKiran,
I ran the proc setinit;run; and it came back that YES it shows that I do have SAS/Access Interface to Oracle.
As for running queries...we are being asked to run SAS PROC SQL queries against a "clone" of the original databases. Some of the db tables have 30-100+ million rows in them and standard PROC SQL queries, even for very small data sets (35 rows) may take 45 minutes to generate, if using a LEFT JOIN. I have been using DATA steps and other techniques with some success. I have started using PASS THROUGH queries because all the heavy processing is going to be done on the server side and not through SAS. It has made a world of difference. However, I have tables that reside in multiple database that I need to JOIN together. I have been using LIBNAME to reference schemas within multiple db's (not using pass-through queries) but they are PAINFUL to wait for.
I will look at the link you provided to see if that sheds anymore light on my issue.
Thank you very much for your reply.
John