Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse ORCID PEOPLE Table


View exposing person reference records used for ORCID integration including names, email, Kerberos identifiers, MIT ID lifecycle attributes, and employee, faculty, postdoc, and student indicators.


Field Name

Description

Data Type

Length

CURRENT_KRB_NAME

Current krb name associated with the record.

VARCHAR2

8

EMAIL_ADDRESS

Email address associated with the record.

VARCHAR2

100

FIRST_NAME

First name associated with the record.

VARCHAR2

40

FULL_NAME

Full name associated with the record.

VARCHAR2

100

IS_CURRENT_EMPLOYEE

Indicator identifying whether current employee (Y/N).

VARCHAR2

1

IS_CURRENT_FACULTY

Indicator identifying whether current faculty (Y/N).

VARCHAR2

1

IS_CURRENT_GRAD_STUDENT

Indicator identifying whether current grad student (Y/N).

VARCHAR2

1

IS_CURRENT_POST_DOC

Indicator identifying whether current post doc (Y/N).

VARCHAR2

1

IS_CURRENT_UG_STUDENT

Indicator identifying whether current ug student (Y/N).

VARCHAR2

1

IS_OBSOLETE_MITID

Indicator identifying whether obsolete mitid (Y/N).

VARCHAR2

1

KRB_NAME_CREATE_DATE

Date associated with krb name create.

DATE

LAST_NAME

Last name associated with the record.

VARCHAR2

40

MIDDLE_NAME

Middle name associated with the record.

VARCHAR2

40

MITID_ASSIGNED_SOURCE

Mitid assigned source associated with the record.

VARCHAR2

30

MITID_CREATION_DATE

Date associated with mitid creation.

DATE

MITID_MODIFICATION_DATE

Date associated with mitid modification.

DATE

MIT_ID

MIT ID number of the person. Use this field to join with other tables containing data about people at MIT.

VARCHAR2

9

PRIMARY_PERSON_TYPE

Primary person type associated with the record.

VARCHAR2

30

RECORDED_KRB_NAME

Recorded krb name associated with the record.

VARCHAR2

1

REFERENCE_MITID

Reference mitid associated with the record.

VARCHAR2

9

WAREHOUSE_LOAD_DATE

Date the record was loaded into the data warehouse.

DATE