I have installed oracle 11g and I am trying to import files that were exported since 2010.
Been searching for days on how to do this properly. I found a utility outside of oracle that tries to import dbf files into the database using SQL Loader. I previously tried to get into SQL loader but I had issues with login information.
The DBF files were found in a zip files named ora_data1.zip, ora_data2.zip, ora_data3.zip, and ora_data4.zip.
For now, I would like a detailed way on how to either have the zip files with the dbf files imported into the database or have the dbf files imported.
Keep in mind I am new to Oracle and SQL.
Thanks