A reader, November 16, 2015 - 5:13 pm UTC
You can generate a csv file from oracle and import the CSV file into access. There is a tool called oracle workbench that can convert oracle tables and other objects into access. Here you all need is to generate csv from oracle and import the csv into access
"Kettle" may be an option
cd, November 17, 2015 - 6:20 am UTC
Take a look at the Pentaho Data Integrator aka "Kettle", it's an ETL/ELT tool. It can transform input sources such as tables from an Oracle DBMS into different output formats, including an Access-Table in an .mdb-File. Haven't tested it myself though, I used it for exports into .xls files.