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

ID

varchar

40

No

Identifier; primary key.

SHORT_NAME_EN

varchar

3

No

Name of the day in short format; for example:

WED

LONG_NAME_EN

varchar

9

No

Name of the day in long format; for example:

WEDNESDAY

DAY_OF_WEEK

tinyint

No

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

4


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