《2022年2022年关于ArcGis空间数据库连接的方 .pdf》由会员分享,可在线阅读,更多相关《2022年2022年关于ArcGis空间数据库连接的方 .pdf(3页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、关于 ArcGis 空间数据库连接的方法关于 GIS 对象数据库升级1.从省长线的数据库中导出数据exp xx/yyorclcx owner=sde file=E:softArcGISSetupsde.dmp log=E:softArcGISSetupsde.log compress=y buffer=60000 exp xx/yyorclcx owner=cxsdemap file=E:softArcGISSetupcxsdemap.dmp log=E:softArcGISSetupcxsdemap.log compress=y buffer=60000 目前省长线本身每天就会进行数据备份,
2、请在实施时不要再进行备份,直接从省长线的服务器上取文件。2.将数据导入到我们的数据库中imp xx/yyorcl fromuser=sde touser=sde file=E:softArcGISSetupsde.dmp log=E:softArcGISSetupsde.log buffer=600000 imp xx/yyorcl fromuser=cxsdemap touser=cxsdemap file=E:softArcGISSetupcxsdemap.dmp log=E:softArcGISSetupcxsdemap.log buffer=600000 3.进行数据库升级前最好是重启
3、我们的GIS 数据库,脚本如下:sqlplus “/ as sysdba”shutdown abort 4.进行 GIS 数据库升级sdesetup -o upgrade -d ORACLE10G 升级完成后,就可以用arcgis9.3 采用数据库直连的方式进行直连了。名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 3 页 - - - - - - - - - 关于 arcgis直连方式其中 * 为 sdeorcl,sde代表密码, orcl 代表 oracle 的服务名。名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 3 页 - - - - - - - - - 关于 arcgis服务连接方式其中 PC200906081630 可以是 IP 地址。名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 3 页 - - - - - - - - -