ArcSDE 10.2 for Oracle 12C安裝注意事項

來源:互聯網
上載者:User

標籤:des   style   blog   http   color   使用   strong   ar   for   

ArcSDE 10.2 for Oracle 12C安裝注意事項

1、環境說明

從ArcSDE10.2.1開始支援Oracle 12C。

2、安裝注意事項

SDE空間資料庫可以安裝到PDB中,使用Create Enterprise Geodatabase工具即可建立,安裝方法與Oracle 11g無區別。

預設情況下建立的使用者,即使分配了Connect和Resource角色,資料庫不會自動賦予quota許可權,在catalog中建立要素時會提示ORA-01950的錯誤。需手動賦予該許可權。

方法1:

SQL>?create?user?test?identified?by?test?DEFAULT?TABLESPACE?ESRI?TEMPORARY?TABLESPACE?TEMP?ACCOUNT?UNLOCK??quota?unlimited?on?esri?container=current;??

SQL>?grant?connect,resource?to?test;??

方法2:

SQL>?create?user?test?identified?by?test?DEFAULT?TABLESPACE?ESRI?TEMPORARY?TABLESPACE?TEMP?ACCOUNT?UNLOCK???container=current;??

SQL>?grant?connect,resource?to?test;??

SQL>?grant?unlimited?tablespace?to?test;

3、ST_Geometry配置

(1)將Desktop10.2\DatabaseSupport\Oracle\Windows64\st_shapelib.dll檔案複製到Oracle安裝目錄下的bin檔案中。

(2)建立sde使用者的使用者庫

使用sde使用者串連上Oracle,再執行如下語句:

SQL>?create?or?replace?library?ST_SHAPELIB?as?‘oracle_home/bin/st_shapelib.dll‘?;

SQL>?select?file_spec?from?user_libraries;??

註:如果ArcGIS案頭與資料庫安裝在同一台機器上,使用GP建立sde時,會自動將案頭下的dll檔案註冊到使用者庫中。

(3)修改ORACLE_HOME\hs\admin\extproc.ora檔案。

設定SET EXTPROC_DLLS=ONLY:C:\\mylibraries\\st_shapelib.dll

或者

SET EXTPROC=ALL

(4)測試

4、參考

http://blog.csdn.net/linghe301/article/details/19193517

http://blog.csdn.net/linghe301/article/details/19337351

ArcSDE 10.2 for Oracle 12C安裝注意事項

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.