There use to be a few predefined filters included by default in Toad's Session Browser. But now they are no longer listed in either the drop down or in the filters pop up window. How do I get them back?
Example of some predefined filters:
TOAD filter --
SELECT * FROM V$SESSION s
WHERE
(
UPPER( s.PROGRAM )LIKE '%TOAD%'
)
STATUS - ACTIVE filter --
SELECT * FROM V$SESSION s
WHERE
(
s.STATUS = 'ACTIVE'
)
SERVER - DEDICATED --
SELECT * FROM V$SESSION s
WHERE
(
s.SERVER = 'DEDICATED'
)
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center