安裝與升級 > 安裝與組態指南 - 更新現有安裝版 > 更新現有安裝 > 更新後動作 > 更新後配置資料庫應用程式使用者
  
更新後配置資料庫應用程式使用者
如果您的 Windchill 安裝配置有資料庫應用程式使用者,且您想要新增導致結構描述變更的新 Windchill 功能或元件,必須遵循下列步驟:
1. 為 Windchill 配置資料庫安裝使用者
停止 Windchill 伺服器。
從 Windchill Shell 中執行下列陳述式來更新 Windchill 資料庫內容,以反映 Windchill 資料庫安裝使用者:
xconfmanager -s wt.pom.dbUser=< WINDCHILL_INSTALL_USERNAME > -t "db/db.properties" -p

xconfmanager -s wt.pom.dbPassword=<WINDCHILL_INSTALL_PASSWORD> -t "db/db.properties" -p
啟動 Windchill 伺服器。
2. 將新功能或元件新增至您的 Windchill 安裝。
3. 僅針對 Oracle 資料庫:將存取權授與新建立的資料庫物件:
使用 Sqlplus,以資料庫管理員使用者的身份登入資料庫,並執行指令集 <WT_HOME>/db/sql/update_wc_app_role_privs.sql 來將權限授與新結構描述物件。
4. 當提示時,提供下列值:
Windchill 安裝資料庫使用者名稱:<WINDCHILL_安裝_使用者名稱>
 Windchill 應用程式資料庫角色名稱:<WINDCHILL_APP_資料庫_角色>
5. 為 Windchill 配置資料庫應用程式使用者:
停止 Windchill 伺服器。
從 Windchill Shell 中執行下列陳述式來更新 Windchill 資料庫內容,以反映 Windchill 資料庫安裝使用者:
xconfmanager -s wt.pom.dbUser=< WINDCHILL_APP_USER_NAME> -t "db/db.properties" -p
xconfmanager -s wt.pom.dbPassword=<WINDCHILL_APP_USER_PASSWORD> -t "db/db.properties" -p
啟動 Windchill 伺服器。