To track concurrent usage of P6 Professional, you can run queries against the USESSION and USESSAUD tables to perform self-audits. See sample queries below.
Note: See DAMON (Data Monitor) Procedures for information on how to set up the USESSAUD procedure. To ensure accuracy of these queries, run them before physically deleting remaining USESSION records and cleaning up the USESSAUD table.
select count(*) from usession where delete_session_id is null
P6 Professional product nameselect count (*) from usession where delete_session_id is null and app_name='
'
where P6 Professional product name is the application abbreviation.
Note: You can view all available application abbreviations by running the following query as an administrative database user: select distinct(db_engine_type) from usereng
select * from usessaud where login_date between to_date('17-FEB-10 09:00:00','DD-MON-YY HH:MI:SS') and to_date('17-FEB-10 10:00:00','DD-MON-YY HH:MI:SS') and app_name='Project Management'
USESSION_CLEANUP_EXPIRED Procedure
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Tuesday, August 02, 2016