oracle 用于从 Excel 导入的 SQL Developer
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3445534/
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
SQL Developer for importing from Excel
提问by user410565
I have installed SQL Developer in my system, but how can i utilize the GUI. I am new to this and i want to import datas from Excel to Oracle database using SQL Developer
我已经在我的系统中安装了 SQL Developer,但是我如何使用 GUI。我是新手,我想使用 SQL Developer 将数据从 Excel 导入 Oracle 数据库
Thanks in advance
提前致谢
回答by Rob van Laarhoven
At what point did you get stuck?
你是在什么时候卡住的?
A fast track:
快速通道:
- Create a connection to the database in SQL Developer
- Create a table as a destination for the xls data
- save excel data as csv
- right click on the table from step 2
- select 'import data'
- select csv file
- use the wizzard
- 在 SQL Developer 中创建到数据库的连接
- 创建一个表作为 xls 数据的目的地
- 将excel数据保存为csv
- 右键单击步骤 2 中的表格
- 选择“导入数据”
- 选择csv文件
- 使用向导
and bob is your uncle
鲍勃是你的叔叔
Folowing methed creates the table for you
以下方法为您创建表格
- Create a connection to the database in SQL Developer
- right click on tables folder
- Choose Import data
- select xls
- use the wizzard (provide table name, row limit, select columns, datatype per column)
- Finish
- 在 SQL Developer 中创建到数据库的连接
- 右键单击表文件夹
- 选择导入数据
- 选择 xls
- 使用向导(提供表名、行限制、选择列、每列数据类型)
- 结束
回答by user272735
A recent version*of SQL*Developeris able to read Excel workbooks.
最近的一个版本*的SQL *开发能够读取Excel工作簿。
Jeff Smithhas written very detailed tutorial How to Import from Excel to Oracle with SQL Developer.
Jeff Smith编写了非常详细的教程How to Import from Excel to Oracle with SQL Developer。
*a version 3.2 at the moment of writing
*撰写本文时为 3.2 版