上一主题: 安装过程

下一主题: 使用数据库安装程序工具创建目标数据库

后安装活动

安装过程结束后,按照以下方式检查复制过程是否处于“活动状态”:

  1. 按如下所示确认在安装期间未发生任何错误:
    1. 在 BI_Interface 文件夹中搜索 ora-*,确认未找到任何结果。
    2. 在 CA Business Service Insight 目标数据库上,运行 select*from dba_apply_error 并确认未找到任何结果。
  2. 按如下所示确认复制机制运行正常:
    1. 在 CA Business Service Insight 源数据库上的表中进行更改:
      update t_users set user_modify_date=sysdate where user_id=0;
      commit;
      
    2. 等待几分钟。
    3. 检查 CA Business Service Insight 目标数据库,确认显示了更新的数据,例如:
      select user_modify_date from t_users where user_id=0;