DBA Data[Home] [Help]

VIEW: APPS.JTF_PF_PAGE_SUMMARY

Source

View Text - Preformatted

select day, pagename, cnt_pages, cnt_ses,
  ucnt_ses, ucnt_users, ucnt_apps, ucnt_resps, ucnt_langs, sum_exect, sum_thinkt, cnt_thinkt,
  startt, endt, cnt_fail, cnt_forward
from jtf_pf_page_summ

   
View Text - HTML Formatted

SELECT DAY
, PAGENAME
, CNT_PAGES
, CNT_SES
, UCNT_SES
, UCNT_USERS
, UCNT_APPS
, UCNT_RESPS
, UCNT_LANGS
, SUM_EXECT
, SUM_THINKT
, CNT_THINKT
, STARTT
, ENDT
, CNT_FAIL
, CNT_FORWARD FROM JTF_PF_PAGE_SUMM