简体   繁体   English

如何使用Oracle SQL Developer导出数据?

[英]How to export data with Oracle SQL Developer?

How to export Oracle DB data using SQL Developer? 如何使用SQL Developer导出Oracle DB数据? I need all data, tables, constraints, structure and so on. 我需要所有数据,表格,约束,结构等。

In SQL Developer, from the top menu choose Tools > Data Export. 在SQL Developer中,从顶部菜单中选择“工具”>“数据导出”。 This launches the Data Export wizard. 这将启动“数据导出”向导。 It's pretty straightforward from there. 从那里开始非常简单。

There is a tutorial on the OTN site. OTN网站上有一个教程。 Find it here . 在这里找到它

In version 3 , they changed " export " to " unload ". 版本3中 ,他们将“ 导出 ”更改为“ 卸载 ”。 It still functions more or less the same. 它仍然或多或少地起作用。

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 无论您选择什么,向导都会导出完整的结果集

要导出数据,您需要右键单击结果并选择导出数据,之后将要求您输入特定的文件格式,如insertloadertext等。选择此选项后,浏览目录并选择导出目标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM