SQL Developer从Excel导入 [英] SQL Developer for importing from Excel

查看:155
本文介绍了SQL Developer从Excel导入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在我的系统中安装了SQL Developer,但是如何才能使用GUI。
我是新的,我想使用SQL Developer从Excel导入数据到Oracle数据库



提前感谢

解决方案

你什么时候被卡住了?



快速轨迹:


  1. 在SQL Developer中创建与数据库的连接

  2. 创建一个表作为xls数据的目的地

  3. 将excel数据保存为csv

  4. 右键单击在步骤2的表格上

  5. 选择'导入数据'

  6. 选择csv文件

  7. 使用wizzard

而bob是你的叔叔




您的表


  1. 在SQL Developer中创建与数据库的连接

  2. 右键单击表文件夹

  3. 选择导入数据

  4. 选择xls

  5. 使用wizzard(提供表名,行限制,选择列,每列数据类型)

  6. 完成


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

Thanks in advance

解决方案

At what point did you get stuck?

A fast track:

  1. Create a connection to the database in SQL Developer
  2. Create a table as a destination for the xls data
  3. save excel data as csv
  4. right click on the table from step 2
  5. select 'import data'
  6. select csv file
  7. use the wizzard

and bob is your uncle

Folowing methed creates the table for you

  1. Create a connection to the database in SQL Developer
  2. right click on tables folder
  3. Choose Import data
  4. select xls
  5. use the wizzard (provide table name, row limit, select columns, datatype per column)
  6. Finish

这篇关于SQL Developer从Excel导入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆