I have a backup.dmp file, which is backup file of my database built in oracle. please suggest me how can I see tables, schema etc stored in that backup.dmp ? should I install some software to open this backup.dmp file. Thank you in advance.
.dmp files have been generated by oracle tools (data pump or maybe export). To exploit this files, you need to install Oracle (try for exemple oracle 10g express) and then use the import(imp) or data pump (impdb)