商业智能接口指南 › 在两个数据库上执行安装 › 后安装活动
后安装活动
安装过程结束后,按照以下方式检查复制过程是否处于“活动状态”:
- 按如下所示确认在安装期间未发生任何错误:
- 在 BI_Interface 文件夹中搜索 ora-*,确认未找到任何结果。
- 在 CA Business Service Insight 目标数据库上,运行 select*from dba_apply_error 并确认未找到任何结果。
- 按如下所示确认复制机制运行正常:
- 在 CA Business Service Insight 源数据库上的表中进行更改:
update t_users set user_modify_date=sysdate where user_id=0;
commit;
- 等待几分钟。
- 检查 CA Business Service Insight 目标数据库,确认显示了更新的数据,例如:
select user_modify_date from t_users where user_id=0;