If you want to pull information from Oracle into Access, you need to set up an ODBC connection in Access using the information from your tnsnames.ora file for the Oracle database.
Tnsnames.ora is in your Oracle home path which is created when you load an Oracle product onto your PC.
Once your ODBC is setup, you use pass throughs queries to pull the data.
-Tracy