当前位置:网站首页>Oracle配置st_geometry
Oracle配置st_geometry
2022-04-23 19:08:00 【Gis烤羊腿真好吃】
Oracle配置st_geometry
1 拷贝st_shapelib.dll 文件 到 oracle数据库的安装目录:D:\app\Administrator\product\11.2.0\dbhome_1\BIN ;
2 修改Oracle两个监听文件,分别为:
extporc.ora ( 路径为D:\app\Administrator\product\11.2.0\dbhome_1\hs\admin ) 和
listener.ora (路径为:D:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN );
3 重启oracle数据库的服务监听;
4 使用PL/SQL登录数据库,依次执行以下语句即可:
(1)create or replace library ST_SHAPELIB as ‘D:\app\Administrator\product\11.2.0\dbhome_1\BIN\st_shapelib.dll’; 此路径即第一步骤所讲的;
(2)alter package sde.st_geometry_shapelib_pkg compile reuse settings ;
5 在执行完上述两个语句之后,即可验证是否配置成功:
执行语句:select sde.st_AsText(SDE.ST_Geometry(‘POINT(10,10)’, 0)) from dual; 成功返回结果,即配置成功!
版权声明
本文为[Gis烤羊腿真好吃]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_38190600/article/details/102467201
边栏推荐
- Nacos作为服务注册中心
- c1000k TCP 连接上限测试1
- Nacos集群搭建和mysql持久化配置
- Treatment of incomplete display of listview height
- C1000k TCP connection upper limit test 1
- Zlib realizes streaming decompression
- MySQL restores or rolls back data through binlog
- Redis common interview questions
- Introduction to ROS learning notes (I)
- About the operation of unit file reading (I)
猜你喜欢
c#:泛型反射
redis优化系列(三)解决主从配置后的常见问题
binlog2sql 工具安装使用及问题汇总
Summary of actual business optimization scheme - main directory - continuous update
【C语言进阶11——字符和字符串函数及其模拟实现(2))】
Introduction to ROS learning notes (II)
Redis optimization series (III) solve common problems after master-slave configuration
ESP32 LVGL8. 1 - slider slider (slider 22)
Esp01s with Arduino development environment
微搭低代码零基础入门课(第三课)
随机推荐
中金财富怎么样?在上边开户安全吗
ESP32 LVGL8. 1 - roller rolling (roller 24)
Deeply understand what new and make in golang are and what are the differences?
迁移学习进阶
C: generic reflection
Xlslib use
Codeforces Round #784 (Div. 4)
C1000k TCP connection upper limit test 1
Feature selection feature_ selection--SelectKBest
Using bafayun to control the computer
The fifth bullet of MySQL learning -- detailed explanation of transaction and its operation characteristics
Practice of Druid SQL and security in meituan review
Is it safe to open an account in Bohai futures.
Esp32 drive encoder -- siq-02fvs3 (vscade + IDF)
Druid SQL和Security在美团点评的实践
程序员如何快速开发高质量的代码?
redis优化系列(三)解决主从配置后的常见问题
Circuit on-line simulation
Treatment of incomplete display of listview height
微搭低代码零基础入门课(第三课)