How to use Oracle DMP files?

白昼怎懂夜的黑 提交于 2019-11-30 05:26:17

问题


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 records in them. Do I install Oracle Database server? Or is there a tool on internet to connect with my all files and browse data?

=== Files have .dmp extension ===


回答1:


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.




回答2:


Those .dmp files are data dumps used for backup and recovery. You don't use them as is, but re-import them in your Oracle DBMS.




回答3:


Two steps to get your data

  1. Install an oracle database
  2. Import the dmp files you had

You can query the data using sql with username and password.



来源:https://stackoverflow.com/questions/8326712/how-to-use-oracle-dmp-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!