The ARF_TIME_HOUR table stores the hour part of an instant. There is one row for each hour of one day.

Column Name

Type

Length

Null Allowed

Description

ID

varchar

40

No

Identifier; primary key.

DAY_ID

varchar

40

No

Foreign key to ARF_TIME_DAY.ID column.

HOUR_TIMESTAMP

timestamp

No

Timestamp representing the beginning of the hour.

HOUR_OF_DAY

tinyint

No

Integer between 0 and 23, the number of the hour within the day.


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