首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏bisal的个人杂货铺

    alter table新增字段操作究竟有何影响?(上篇)

    =0) then m_stmt:='select count(*) from sdo_geor_ddl__table$$'; EXECUTE IMMEDIATE m_stmt into m_cnt; if '')'; execute immediate m_stmt; end if; end if; m_stmt:='insert into sdo_geor_ddl__table$$ values (2) =0) then m_stmt:='select count(*) from sdo_geor_ddl__table$$'; EXECUTE IMMEDIATE m_stmt into m_cnt; if ='MDSYS' and m_type='USER' and m_event='DROP') then m_stmt:='call sdo_geor_def.doDropUserAndTable()'; ='SYS' and m_type='TABLE' and m_event='DROP') then m_stmt:='call sdo_geor_def.doDropUserAndTable()';

    1.5K20发布于 2019-01-29
  • 来自专栏给永远比拿愉快

    Oracle GeoRaster的初步使用--遥感影像数据导入与导出

    创建一个SDO_GEOR.INIT()方法初始化SDO_GEORASTER对象,并将数据导入。 NOLOGGING); --插入GeoRaster表一条记录(初始化GeoRaster对象) INSERT INTO world_image (name, image) VALUES ('earth', SDO_GEOR.INIT image INTO img FROM world_image WHERE name='earth' FOR UPDATE; --Import into the georater object SDO_GEOR.IMPORTFROM DECLARE img SDO_GEORASTER; BEGIN SELECT image INTO img FROM world_image WHERE name='earth'; SDO_GEOR.EXPORTTO

    82040发布于 2019-01-22
  • 来自专栏跟牛老师一起学WEBGIS

    geotools实现shp数据的缓冲区分析

    public static void main(String[] args){ long start = System.currentTimeMillis(); ShapeBuffer geoR Geometry geo = (Geometry)feature.getAttribute("the_geom"); Geometry geoBuffer = geoR.calBuffer

    2.2K60发布于 2018-10-23
  • 来自专栏单细胞天地

    SpatialExperiment || 空间数据管理

    空间分析常用的R包: sp spatstat spdep fields spatclus geoR rgdal 大量的空间数据分析工具正在开发中,每一个工具都是一个新的视角。

    1K10发布于 2021-01-21
  • 来自专栏生信技能树

    SpatialExperiment || 空间数据管理

    空间分析常用的R包: sp spatstat spdep fields spatclus geoR rgdal 大量的空间数据分析工具正在开发中,每一个工具都是一个新的视角。

    90610发布于 2021-10-21
  • 来自专栏爱编码

    GIS处理工具Geotools

    Geometry geo =(Geometry) feature.getAttribute("the_geom"); Geometry geoBuffer = geoR.calBuffer Geometry geo =(Geometry) feature.getAttribute("the_geom"); Geometry geoBuffer = geoR.calBuffer

    7.3K30发布于 2019-08-23
  • 来自专栏程序猿成长计划

    三十分钟学会SED

    $ sed -n 'l 25' books.txt 1) Storm of Swords, Geor\ ge R. R. Martin, 1216 $ 2) The Two Towers, J.

    1.5K10发布于 2019-02-27
  • 来自专栏从流域到海域

    Go 反射机制详解及实例 【Go语言圣经笔记】

    Buck Turgidson" "Geor ge C. Scott") ("Brig. Gen. Jack D. Ripper" "Sterling Hayden") ("Maj.

    1.6K20编辑于 2021-12-06
  • 来自专栏全栈程序员必看

    911完整记录_入院记录书写

    SQL> SQL> declare 2 begin 3 begin 4 execute immediate 'drop package MDSYS.sdo_geor_lizardtech '; 5 exception when others then NULL; 6 end; 7 begin 8 execute immediate 'drop library MDSYS.sdo_geor_lizardtech_lib

    7.9K20编辑于 2022-11-19
  • 来自专栏从ORACLE起航,领略精彩的IT技术。

    完整记录一则Oracle 11.2.0.4单实例打PSU补丁的过程

    SQL> SQL> declare 2 begin 3 begin 4 execute immediate 'drop package MDSYS.sdo_geor_lizardtech when others then NULL; 6 end; 7 begin 8 execute immediate 'drop library MDSYS.sdo_geor_lizardtech_lib

    3.2K51编辑于 2023-08-24
  • 来自专栏全栈程序员必看

    Oracle 错误总结及问题解决 ORA「建议收藏」

    -13388: dst_spec 参数的值无效 ORA-13389: 无法计算分析函数中的缓冲区或交集 ORA-13390: 空间分析和挖掘函数中出错: [] ORA-13401: USER_SDO_GEOR_SYSDATA

    25.9K20编辑于 2022-09-03
领券