Home > Database > Mysql Tutorial > body text

如何将excel导入到oracle数据库中

WBOY
Release: 2016-06-07 15:18:35
Original
1132 people have browsed it

最近在google earth上标电子围栏,然后将经纬度录入数据库中,第一次做感觉还是挺麻烦的 将google earth上面的数据保存成kml式,看了一下就是xml文件,里面有包含经纬度的信息,用excel可以提取其中的经纬度节点的信息,用excel提取之后怎么将其导入到数据中

最近在google earth上标电子围栏,然后将经纬度录入数据库中,第一次做感觉还是挺麻烦的

将google earth上面的数据保存成kml格式,看了一下就是xml文件,里面有包含经纬度的信息,用excel可以提取其中的经纬度节点的信息,用excel提取之后怎么将其导入到数据中对应字段中呢?具体方法如下:


1.先把你的表存为.CSV文件
2.打开PL/SQL,新建一张字段和你EXCEL一样的表
3.上方Tools——Text Importer——open datafile(左上角)——选择你的CSV表,打开
记得,勾选左侧Name In Header
4.选择到Data To Oracle,在这里选择你要导入到ORACLE里的表和这张表的OWNER
在右侧选择相应字段,如果对应的上,下面的Import就会亮,好了,每一列挨个点
然后到表里SELECT吧,我一直这么用的,试试吧
Copy after login
实验了一下,挺好用的。


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template