1)查看原因 該問題產生的原因可查看檔案:F:\Program Files\ArcGIS\ArcSDE\ora11gexe\etc\sde_esri_sde.log 檔案中提示密碼失效:ORA-28002: the password will expire within 7 days2)更改SDE使用者密碼 可以用SQL語句更改,也可以在PL/SQL Developer中進行修改,這裡我用後者。 以Sys使用者登入PL/SQL Developer,修改SDE使用者密碼。
SDE建立新使用者方法1 建立資料表空間;2 建立使用者,並賦予許可權。grant CREATE SESSION to sde;grant CREATE TABLE to sde;grant CREATE PROCEDURE to sde;grant CREATE SEQUENCE to sde;grant CREATE TRIGGER to sde;grant CREATE TYPE to sde;grant CREATE LIBRARY to sde;grant
這兩天在進行Oracle的用戶端配置,伺服器OS為Windows XP 64,用戶端OS為Win7 64,oracle版本為11.2。先說下伺服器端自己的疑惑,由於自己是新手,很多都不明白是怎麼個回事。1)關於服務端監聽程式配置時候的SID設定我在建立資料庫的時候,設定的資料庫的SID名字為“ahgridgis”,全域資料庫名字也為ahgridgis,但是通過Net
1.基本知識在開始程式之前,先介紹下關於XML的基本知識。(從VS協助文檔上摘抄) XML 文件物件模型 (DOM) 類是 XML 文檔的記憶體中表示形式。DOM 使您能夠以編程方式讀取、處理和修改 XML 文檔。XmlReader 類也讀取 XML,但它提供非緩衝的只進、唯讀訪問。這意味著使用 XmlReader 無法編輯屬性值或元素內容,也無法插入和移除節點。編輯是 DOM 的主要功能。XML 資料在記憶體中表示是常見的結構化方法,儘管實際的 XML
Tomcat version: apache-tomcat-6.0.18JDK Version: JDK 1.6.0comment:if you use apache-tomcat-6.0.33 or above versions, you may met some compile or deploy problems using this antscript.build.xml<?xml version="1.0"?><project name="springapp"
Reprint from the following URL:http://download.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html In Java SE 7 and later, any number of underscore characters (_) can appear anywhere between digits in a numerical literal. This feature