

Business Intelligence (BI) Interface Guide › Installation on Two Separate Databases › Post Installation Activities
Post Installation Activities
After the installation process ends, check that the replication process is "alive" as follows:
- Verify no errors occurred during installation as follows:
- Perform a search on the BI_Interface folder for ora-* and verify no results are found.
- On the CA Business Service Insight target database, run the select*from dba_apply_error and verify no results are found.
- Verify the replication mechanism is operating properly as follows:
- Make a change in a table in the CA Business Service Insight source database:
update t_users set user_modify_date=sysdate where user_id=0;
commit;
- Wait several minutes.
- Check in the CA Business Service Insight target database that you see the updated data, for example:
select user_modify_date from t_users where user_id=0;
Copyright © 2013 CA.
All rights reserved.
 
|
|