Previous Topic: Installation ProcessNext Topic: Installation on Two Separate Databases


Post Installation Activities

After the installation process ends, check that the replication process is "alive" as follows:

  1. Verify no errors occurred during installation by performing a search on the BI_Interface folder for ora-* and verify no results are found.
  2. Verify that all views for the existing event types were created successfully as follows:
    1. Run the Select * from t_event_type statement and verify the result shows that a view was created for each existing event type.
    2. Run the Select * from user_tables where table_name like 'V_RD%' statement and verify the result shows that for each event type in the system, a view named V_RD_<eventtype> is created (where <eventtype> is the name of the event type for which the view is created).
    3. Run the Select * from user_tables where table_name like 'V_ID%' statement and verify the result shows that for each event type in the system, a view named V_ID_<eventtype> is created (where <eventtype> is the name of the event type for which the view is created).
  3. Run the Select * from user_tables where table_name like 'V_PS%' statement and verify the result shows that V-PSL and V_PSL_EXTENDED views are created.