I have some files of an Oracle database with username and password.
How do I connect to all files and browse the data tables and fields. I want to view all my recor
Oracle .dmp files can only be read by Oracle tools. Try installing the free oracle 10g express and use the import command. Or you can use SQL developer which is installed by default with Oracle 10g express or can be downloaded and installed separately.
Either way you need to import the files to an Oracle database to view the files easily.