1.把excel表另存为.csv格式

 

2.打开plsql developer工具的text importer功能:tool->text importer->data from textfile标签->open data file(如下图) 打开要导入的csv文件

plsql developer的text importer功能将外部的excel表,txt的数据导入到数据库表

导入之后,就是这样呈现了

plsql developer的text importer功能将外部的excel表,txt的数据导入到数据库表

 

3.然后点一下data to oracle标签,这里的owner选择表的所有者,table选择创建好的表以供放入csv的数据,注意表的字段类型和长度一定要确认好,否则导入的时候会失败

 

 

4.然后需要对应一下field和字段,手动选择

plsql developer的text importer功能将外部的excel表,txt的数据导入到数据库表

下面能够看到预览图了

 

5.最后一步,点击最下面的import按钮进行导入就可以了。

相关文章:

  • 2021-08-23
  • 2021-11-21
  • 2021-12-30
  • 2021-11-19
  • 2021-07-05
  • 2021-12-26
  • 2021-06-12
猜你喜欢
  • 2021-07-14
  • 2021-11-19
  • 2021-11-19
  • 2021-12-15
  • 2021-11-19
相关资源
相似解决方案