当前位置:网站首页>Oracle configuration st_ geometry
Oracle configuration st_ geometry
2022-04-23 19:08:00 【GIS roast lamb leg is delicious】
Oracle To configure st_geometry
1 Copy st_shapelib.dll file To oracle Database installation directory :D:\app\Administrator\product\11.2.0\dbhome_1\BIN ;
2 modify Oracle Two listening files , Respectively :
extporc.ora ( Path is D:\app\Administrator\product\11.2.0\dbhome_1\hs\admin ) and
listener.ora ( Path is :D:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN );


3 restart oracle Service monitoring of database ;
4 Use PL/SQL Log in to the database , Execute the following statements in sequence :
(1)create or replace library ST_SHAPELIB as ‘D:\app\Administrator\product\11.2.0\dbhome_1\BIN\st_shapelib.dll’; This path is the first step ;
(2)alter package sde.st_geometry_shapelib_pkg compile reuse settings ;
5 After executing the above two statements , To verify whether the configuration is successful :
Execute statement :select sde.st_AsText(SDE.ST_Geometry(‘POINT(10,10)’, 0)) from dual; Successfully returned results , The configuration is successful !
版权声明
本文为[GIS roast lamb leg is delicious]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231908121061.html
边栏推荐
- [advanced level 11 of C language -- character and string functions and their simulation implementation (2)]
- After opening the original normal project, the dependency package displays red and does not exist.
- The type initializer for ‘Gdip‘ threw an exception
- ESP32 LVGL8. 1 - bar progress bar (bar 21)
- Sentinel service fusing practice (sentinel integration ribbon + openfeign + fallback)
- Transaction processing of SQL Server database
- [record] typeerror: this getOptions is not a function
- Class loading process of JVM
- Quick start to static class variables
- Go language GUI framework Fyne Chinese garbled or not displayed
猜你喜欢

binlog2sql 工具安装使用及问题汇总

Introduction to ROS learning notes (I)

After opening the original normal project, the dependency package displays red and does not exist.

Introduction to micro build low code zero Foundation (lesson 3)

7、 DOM (Part 2) - chapter after class exercises and answers

12 examples to consolidate promise Foundation

开关电源设计分享及电源设计技巧图解

JVM的类加载过程

ESP32 LVGL8. 1 - input devices (input devices 18)

Esp01s with Arduino development environment
随机推荐
[advanced level 11 of C language -- character and string functions and their simulation implementation (2)]
Using 8266 as serial port debugging tool
SQL Server database in clause and exists clause conversion
Treatment of incomplete display of listview height
C: generic reflection
Nacos as service registry
[record] typeerror: this getOptions is not a function
浅谈c语言指针的强制转换
mysql_linux版本的下载及安装详解
Simplified path (force buckle 71)
[报告] Microsoft :Application of deep learning methods in speech enhancement
I just want to leave a note for myself
SSDB foundation 1
ESP32 LVGL8. 1 - textarea text area (textarea 26)
从技术体系到商业洞察,中小研发团队架构实践之收尾篇
Esp32 (UART event) - serial port event learning (1)
Get a list of recent apps
【玩转Lighthouse】腾讯云轻量服务器搭建全平台视频解析视频下载网站
MVVM model
#yyds干货盘点#stringprep --- 因特网字符串预备