Change Log:

repo_schema.sql
- new column in sashX table - osuser varchar2(30)
- new column in sash_event_names - event_id  number
- change in v$active_session_history view definition for following columns qc_instance_id,qc_session_id,qc_session_serial#

sash_pkg.sql
- changes related to new columns

sash_repo.sql
- using DBID as a part of job name 
- support for same database name on different hosts

installation script
- fix of hardcoded sash schema
- some other minor fixes


If you want to keep old data with new version of sash you need to do all 3 changes from repo_schema.sql manually.

Marcin