The ARF_SITE_VISIT_MV_HOUR table provides aggregated data about site visits. The calculated values are based on information in the ARF_SITE_VISIT table. The values in each row are constrained to a particular hour, day, and site.

Column Name

Type

Length

Null Allowed

Description

NUM_VISITS

numeric

Yes

The number of site visits that correspond to the hour, day, and site. This value counts rows in the ARF_SITE_VISIT table.

DAY_ID

varchar

40

No

A reference to a value in the ARF_TIME_DAY.ID column.

DAY_TIMESTAMP

timestamp

No

A reference to a value in the ARF_TIME_DAY.DAY_TIMESTAMP column.

HOUR_OF_DAY

tinyint

No

A reference to a value in the ARF_TIME_TOD.HOUR_OF_DAY column.

SITE_ID

smallint

No

A reference to a value in the ARF_SITE.ID column.

TOTAL_NUM_PAGE_VIEWS

numeric

Yes

The number of Web site page views for the hour, day, and site. This value sums ARF_SITE_VISIT.NUM_PAGE_VIEWS column values that correspond to the grouping column values.

TOTAL_DURATION_SECONDS

numeric

Yes

The total length of HTTP sessions, in seconds, for the hour, day, and site. This value sums ARF_SITE_VISIT.DURATION_SECONDS column values that correspond to the grouping column values.

TOTAL_VISIT_DURATION_SECONDS

numeric

Yes

The total length of the periods between the first and last HTTP requests in Web site visits for the hour, day, and site. This value sums ARF_SITE_VISIT.SITE_VISIT_DURATION_SECONDS column values that correspond to the grouping column values.

TOTAL_ELAPSED_DURATION_SECONDS

numeric

Yes

The total length of the periods between the first and last HTTP requests in HTTP sessions for the hour, day, and site. This value sums ARF_SITE_VISIT.TOTAL_ELAPSED_DURATION_SECONDS column values that correspond to the grouping column values.

TOTAL_RES_DURATION_SECONDS

numeric

Yes

The total time that Web site visitors spend visiting a site for the hour and day. This value sums ARF_SITE_VISIT.RESOURCE_DURATION_SECONDS column values that correspond to the grouping column values.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices