An Oracle agent's SQL PI sampling query runs too often. How can this be adjusted to run less often?
The SQL query begins with
SELECT
SES.sid,
CASE WHEN px.qcinst_id IS NULL THEN TO_CHAR(ses.sid) ELSE TO_CHAR(px.qcsid) END AS parent_session_sid,
SES.serial#,
SES.process,
SES.username,
By default the Oracle sampling query runs once a second (1000 ms).
From the Global View Databases Dashboard,