The ARF_SITE table stores information about the ATG Commerce sites you have configured. See information about the site configurations that are recorded in the table in the ATG Multisite Administration Guide.

Column Name

Type

Length

Null Allowed

Description

ID

smallint

No

Identifier; primary key.

NSITE_ID

varchar

40

No

The natural identifier of the site.

NAME

varchar

254

No

The name assigned to the site. This value is used when no locale is specified for a report.

NAME_EN

varchar

254

Yes

The name assigned to the site. This value is used when an English language locale is specified for a report.

DESCRIPTION

varchar

254

Yes

A description of the site. This description is used when no locale is specified for a report.

DESCRIPTION_EN

varchar

254

Yes

A description of the site. This description is used when an English language locale is specified for a report.

HOME_PAGE

varchar

254

Yes

The application context path of the site. For example, /store.

LAUNCH_DATE

timestamp

Yes

The date and time that the site was launched.

CLOSE_DATE

timestamp

Yes

The date and time that the site was closed.

ENABLED

one-digit

No

Indicates whether the site is enabled.

0= No

1 = Yes

CURRENCY_NAME

varchar

254

Yes

The name of the default currency used by the site. For example, United States Dollars.

CURRENCY_ALPHA3

char

3

Yes

The ISO currency code of the default currency used by the site. For example, USD.

LANGUAGE_NAME

varchar

254

Yes

The default language used by the site. For example, English.

LANGUAGE_ALPHA2

char

2

Yes

The two-character ISO language code of the default language used by the site. For example, en.

LANGUAGE_ALPHA3

char

3

Yes

The three-character ISO language code of the default language used by the site. For example, eng.

DEFAULT_CATALOG_NAME

varchar

254

Yes

The name of the default catalog that is configured for the site.

RECORD_LAST_UPDATE

timestamp

Yes

The date and time that the site record was last changed.

RECORD_START_DATE

timestamp

Yes

The date and time that the site record was created.

RECORD_END_DATE

timestamp

Yes

The date and time that the site record was marked as deleted. This value is null unless the record is marked as deleted.

MOST_RECENT

one-digit

No

Indicates that this record is the most recent record for the site.

0 = No

1 = Yes

DELETED

one-digit

No

Indicates that this record has been deleted.

0= No

1 = Yes


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