目录

Search

  1. 前言
  2. 升级概览
  3. 在 Linux 上升级域之前
  4. 在 UNIX 上升级域之前
  5. 在 Windows 上升级域之前
  6. 准备升级
  7. 升级域
  8. 升级域,同时更改节点配置
  9. 在升级应用程序服务之前
  10. 应用程序服务升级
  11. Informatica 客户端升级
  12. 升级之后
  13. 升级清单

从版本 10.0 升级 (10.4.0)

从版本 10.0 升级 (10.4.0)

Verify Database User Account Requirements

Verify Database User Account Requirements

Perform the following tasks for the domain configuration repository database:
  • Set the OPEN_CURSORS parameter to 4000 or higher.
  • Set permissions on the view
    $parameter
    in the Oracle database.
  • Set the privileges to run
    show parameter open_cursors
    in the Oracle database.
    When you run the pre-installation (i10Pi) system check tool, i10Pi runs the command against the database to identify the OPEN_CURSORS parameter with the domain database user credentials.
    You can run the following query to determine the open cursors setting for the domain database user account:
    SELECT VALUE OPEN_CURSORS FROM V$PARAMETER WHERE UPPER(NAME)=UPPER('OPEN_CURSORS')
  • Set the DynamicSections parameter to 3000 or higher in the IBM DB2 database.
    对于 Informatica 存储库,DynamicSections 的默认值过低。Informatica 需要比默认值更大的 DB2 包。为域配置存储库或模型存储库设置 DB2 数据库时,必须至少将 DynamicSections 参数设置为 3000。如果将 DynamicSections 参数设置为较小数字,可能会在安装或运行 Informatica 服务时遇到问题。