如何使用 Oracle SQL Developer 导出数据?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2552711/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to export data with Oracle SQL Developer?
提问by Adomas
How to export Oracle DB data using SQL Developer? I need all data, tables, constraints, structure and so on.
如何使用 SQL Developer 导出 Oracle DB 数据?我需要所有数据、表格、约束、结构等等。
回答by APC
In SQL Developer, from the top menu choose Tools > Data Export. This launches the Data Export wizard. It's pretty straightforward from there.
在 SQL Developer 中,从顶部菜单中选择工具 > 数据导出。这将启动数据导出向导。从那里开始非常简单。
There is a tutorial on the OTN site. Find it here.
OTN 站点上有一个教程。 在这里找到它。
回答by Eddie Canales
In version 3, they changed "export" to "unload". It still functions more or less the same.
在第 3 版中,他们将“导出”更改为“卸载”。它的功能仍然或多或少相同。
回答by systemkern
If, at some point, you only need to export a single result set, just right click "on the data" (any column of any row) there you will find an export option. The wizard exports the complete result set regardless of what you selected
如果在某些时候,您只需要导出单个结果集,只需右键单击“数据”(任何行的任何列),您就会找到一个导出选项。无论您选择什么,向导都会导出完整的结果集
回答by Pankaj Sharma
To export data you need to right click on your results and select export data, after which you will be asked for a specific file format such as insert
, loader
, or text
etc. After selecting this browse your directory and select the export destination.
要导出数据,你需要在你的结果点击右键,选择导出数据,之后,您会被要求提供一个特定的文件格式,例如insert
,loader
或者text
等选择该浏览目录,选择出口目的地后。