The ARF_CAL_DOW table stores names and order information for the seven days of the week. To change the day on which your week begins, change the numeric data in the DAY_OF_WEEK column. By default the week begins on Monday (1) and ends with Sunday (7).

Column Name

Type

Length

Null Allowed

Description

DAY_OF_WEEK

tinyint

No

The number of the day within a week (range 1-7), for example:

4

ID

varchar

40

No

Identifier; primary key.

LONG_NAME

varchar

9

No

Name of the day in long format.

LONG_NAME_EN

varchar

9

No

Name of the day in English in long format; for example:

WEDNESDAY

SHORT_NAME

varchar

3

No

Name of the day in short format.

SHORT_NAME_EN

varchar

3

No

Name of the day in English in short format; for example:

WED


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