安装和升级 > 升级指南 > Windchill 升级过程 > 使用 Upgrade Manager > 指定 Oracle 源数据库连接特性
  
指定 Oracle 源数据库连接特性
Windchill 11.0 中,默认 Oracle 数据库连接字符串使用数据库服务名称,而不是 SID。对于使用 Oracle 数据库的环境,如果源和目标数据库实例位于不同的主机上,且源数据库实例仅配置为使用 SID,则在执行 Upgrade Manager 之前,请使用 Windchill shell 指定下列数据库特性:
xconfmanager -s wt.pom.oracle.jdbcConnectionUseService=false -t
db/db.properties -p
xconfmanager -s wt.pom.jdbc.host=<Source_DBHost.Domain> -t
db/db.properties -p
xconfmanager -s wt.pom.jdbc.port=<Source_Oracle_Listener_port_number> -t
db/db.properties -p
xconfmanager -s wt.pom.jdbc.service=<Source_Oracle_SID> -t
db/db.properties -p
xconfmanager -s wt.pom.dbUser=<Source_Windchill_schema_user> -t
db/db.properties -p
xconfmanager -s wt.pom.dbPassword=<Source_Windchill_schema_user_password> -t
db/db.properties -p