Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OracleSQL ServerExpression Description
sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)Total Oracle Application form processing time. This time includes network and all other times, which sum the Oracle Application response time.
sum(OAAC_NETWORK_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))sum(OAAC_NETWORK_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))Average round-trip Oracle Application form network time between the Oracle Application client and the server.

sum(OAAC_TIME1_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))sum(OAAC_TIME1_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))Average Oracle Application form processing time. This time includes the time the Oracle Application waited for other Application Tiers.

sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)/sum(decode (OAAC_REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)/sum(decode (OAAC_REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))Average Oracle Application form processing time. This time include network and all other times, which sum the Oracle Application response time.
sum(OAAC_REQUESTS_SUM-OAAC_RED_SUM-OAAC_YELLOW_SUM-OAAC_ GREEN_SUM)sum(OAAC_REQUESTS_SUM-OAAC_RED_SUM-OAAC_YELLOW_SUM-OAAC_GREEN_SUM)Total number of Oracle Application form executions, for which the SLA was Not Defined.
sum(OAAC_RED_SUM)/sum(decode(OAAC_RED_SUM+OAAC_ YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_ SUM+OAAC_GREEN))*100sum(OAAC_RED_SUM)/sum(decode(OAAC_RED_SUM+OAAC_ YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_ SUM+OAAC_GREEN))*100Percentage of Oracle Application form executions, which Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.
sum(OAAC_YELLOW_SUM)/sum(decode(OAAC_RED_SUM+OAAC_ YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_ SUM+OAAC_GREEN))*100sum(OAAC_YELLOW_SUM)/sum(decode(OAAC_RED_SUM+OAAC_ YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_ SUM+OAAC_GREEN))*100Percentage of Oracle Application form executions, which Near Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.
sum(OAAC_GREEN_SUM)/sum(decode(OAAC_RED_SUM+OAAC_ YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_ SUM+OAAC_GREEN))*100sum(OAAC_GREEN_SUM)/sum(decode(OAAC_RED_SUM+OAAC_ YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_ SUM+OAAC_GREEN))*100Percentage of Oracle Application form executions, which Not Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.

PW_OAAC_ACTIONS_CAL_T

The Oracle Application information summarized by each aggregated invocation.

Column NameColumn Description
OAAC_PWII_INSTANCE_ID

The ID of the Oracle instance running the Oracle Application form.

OAAC_TIMESTAMPThe time summary.
OAAC_ACTIONThe ID of the Oracle Application form.
OAAC_CONSUMER_IPThe ID of the Oracle Application client IP running the Oracle Application form.
OAAC_CONSUMER_IP_GIDThe ID of the Oracle Application client IP group running the Oracle Application form.
OAAC_APPLICATIONThe ID of the Oracle Application application running the Oracle Application form.
OAAC_NETWORK_TIME_SUMRound-trip Oracle Application form network time between the Oracle Application client and the server.
OAAC_STAT1_SUMTotal number of network packets, transferred while running the Oracle Application form.
OAAC_STAT2_SUMTotal number of network bytes, transferred while running the Oracle Application form.
OAAC_STAT3_SUMTotal number of network requests in the round-trip of the Oracle Application form.
OAAC_TIME1_SUMTotal Oracle Application form processing time. This time includes the time the Oracle Application waited for other Application Tiers.
OAAC_REQUESTS_SUMTotal number of Oracle Application form executions.
OAAC_RED_SUMTotal number of Oracle Application from executions, which Breached their SLA.
OAAC_YELLOW_SUMTotal number of Oracle Application form executions, which Near Breached their SLA.
OAAC_GREEN_SUMTotal number of Oracle Application form executions, which did Not Breach their SLA.

Expressions

OracleSQL ServerExpression Description
sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)Total Oracle Application form processing time. This time includes network and all other times, which sum the Oracle Application response time.
sum(OAAC_NETWORK_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))sum(OAAC_NETWORK_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))Average round-trip Oracle Application form network time between the Oracle Application client and the server.
sum(OAAC_TIME1_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))sum(OAAC_TIME1_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))Average Oracle Application form processing time. This time includes the time the Oracle Application waited for other Application Tiers.
sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)/ sum(decode(OAAC_REQUESTS_SUM,0,1,OAAC_ REQUESTS_SUM))sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)/ sum(decode(OAAC_REQUESTS_SUM,0,1,OAAC_ REQUESTS_SUM))Average Oracle Application form processing time. This time include network and all other times, which sum the Oracle Application response time.
sum(OAAC_REQUESTS_SUM-OAAC_RED_SUM-OAAC_ YELLOW_SUM-OAAC_GREEN_SUM)sum(OAAC_REQUESTS_SUM-OAAC_RED_SUM-OAAC_ YELLOW_SUM-OAAC_GREEN_SUM)Total number of Oracle Application form executions, for which the SLA was Not Defined.
sum(OAAC_RED_SUM)/sum(decode(OAAC_RED_SUM+ OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN))*100sum(OAAC_RED_SUM)/sum(decode(OAAC_RED_SUM+ OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN))*100Percentage of Oracle Application form executions, which Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.
sum(OAAC_YELLOW_SUM)/sum(decode(OAAC_RED_SUM+ OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN))*100sum(OAAC_YELLOW_SUM)/sum(decode(OAAC_RED_SUM+ OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN))*100Percentage of Oracle Application form executions, which Near Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.
sum(OAAC_GREEN_SUM)/sum(decode(OAAC_RED_SUM+ OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN))*100sum(OAAC_GREEN_SUM)/sum(decode(OAAC_RED_SUM+ OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN))*100Percentage of Oracle Application form executions, which Not Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.

PW_OAAC_ACTIONS_UAL_T

The Oracle Application information summarized by each aggregated invocation.

Column NameColumn Description
OAAC_PWII_INSTANCE_IDThe ID of the Oracle instance running the Oracle Application form.
OAAC_TIMESTAMPThe time summary.
OAAC_ACTIONThe ID of the Oracle Application form.
OAAC_USERThe ID of the Oracle Application user running the Oracle Application form.
OAAC_APPLICATIONThe ID of the Oracle Application running the Oracle Application form.
OAAC_NETWORK_TIME_SUMRound-trip Oracle Application form network time between the Oracle Application client and the server.
OAAC_STAT1_SUMTotal number of network packets, transferred while running the Oracle Application form.
OAAC_STAT2_SUMTotal number of network bytes, transferred while running the Oracle Application form.
OAAC_STAT3_SUMTotal number of network requests in the round-trip of the Oracle Application form.
OAAC_TIME1_SUM

Total Oracle Application form processing time.

This time includes the time the Oracle Application waited for other Application Tiers.

OAAC_REQUESTS_SUMTotal number of Oracle Application form executions.
OAAC_RED_SUMTotal number of Oracle Application from executions, which Breached their SLA.
OAAC_YELLOW_SUMTotal number of Oracle Application form executions, which Near Breached their SLA.
OAAC_GREEN_SUMTotal number of Oracle Application form executions, which did Not Breach their SLA.

Expressions

OracleSQL ServerExpression Description
sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)Total Oracle Application form processing time. This time includes network and all other times, which sum the Oracle Application response time.
sum(OAAC_NETWORK_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))sum(OAAC_NETWORK_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))Average round-trip Oracle Application form network time between the Oracle Application client and the server.
sum(OAAC_TIME1_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))sum(OAAC_TIME1_TIME_SUM)/sum(decode(OAAC_ REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))Average Oracle Application form processing time. This time includes the time the Oracle Application waited for other Application Tiers.
sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)/ sum(decode(OAAC_REQUESTS_SUM,0,1,OAAC_ REQUESTS_SUM))sum(OAAC_NETWORK_TIME_SUM+OAAC_TIME1_SUM)/ sum(decode(OAAC_REQUESTS_SUM,0,1,OAAC_REQUESTS_SUM))Average Oracle Application form processing time. This time include network and all other times, which sum the Oracle Application response time.
sum(OAAC_REQUESTS_SUM-OAAC_RED_SUM-OAAC_ YELLOW_SUM-OAAC_GREEN_SUM)sum(OAAC_REQUESTS_SUM-OAAC_RED_SUM-OAAC_ YELLOW_SUM-OAAC_GREEN_SUM)Total number of Oracle Application form executions, for which the SLA was Not Defined.
sum(OAAC_RED_SUM)/sum(decode(OAAC_RED_SUM+ OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_ RED_SUM+OAAC_YELLOW_SUM+OAAC_GREEN))*100sum(OAAC_RED_SUM)/sum(decode(OAAC_RED_SUM+ OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_ RED_SUM+OAAC_YELLOW_SUM+OAAC_GREEN))*100Percentage of Oracle Application form executions, which Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.
sum(OAAC_YELLOW_SUM)/sum(decode(OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_SUM+OAAC_ GREEN))*100sum(OAAC_YELLOW_SUM)/sum(decode(OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_SUM+OAAC_ GREEN))*100Percentage of Oracle Application form executions, which Near Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.
sum(OAAC_GREEN_SUM)/sum(decode(OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_SUM+OAAC_ GREEN))*100sum(OAAC_GREEN_SUM)/sum(decode(OAAC_RED_ SUM+OAAC_YELLOW_SUM+OAAC_GREEN_SUM,0,1,OAAC_RED_SUM+OAAC_YELLOW_SUM+OAAC_ GREEN))*100Percentage of Oracle Application form executions, which Not Breached their SLA. The percentage is calculated out of the Oracle Application forms, for which the SLA was established.




Scroll Ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
Newtabfooter
aliasIDERA
urlhttp://www.idera.com
 | 
Newtabfooter
aliasProducts
urlhttps://www.idera.com/productssolutions/sqlserver
 
Newtabfooter
aliasPurchase
urlhttps://www.idera.com/buynow/onlinestore
 | 
Newtabfooter
aliasSupport
urlhttps://idera.secure.force.com/precise/
 | 
Newtabfooter
aliasCommunity
urlhttp://community.idera.com
 
|
 
Newtabfooter
aliasResources
urlhttp://www.idera.com/resourcecentral
 | 
Newtabfooter
aliasAbout Us
urlhttp://www.idera.com/about/aboutus
 
Newtabfooter
aliasLegal
urlhttps://www.idera.com/legal/termsofuse