A.1.2 V$EXA_TEMPLATE

The V$EXA_TEMPLATE view contains information about Exascale templates.

Table A-2 V$EXA_TEMPLATE Columns and Descriptions

Column Datatype Description
TEMPLATE_NAME VARCHAR2(32) Exascale template name.
VAULT_NAME VARCHAR2(256) Name of the Exascale vault containing the template.
REDUNDANCY VARCHAR2(20)

File redundancy setting. Possible values are:

  • high: Indicates three mirrored copies of the file data.

CONTENT_TYPE VARCHAR2(20)

File content type. Possible values are:

  • DATA: Principally associated with user data.

  • RECO: Primarily for data used in backup and recovery operations.

MEDIA_TYPE VARCHAR2(20)

Storage media type used by the file. The supported media types are:

  • HC: Identifies high capacity storage, using hard disk drives (HDDs) on high-performance Exadata storage servers.

  • EF: Identifies extreme flash storage, using low-latency, high-throughput flash devices.

CON_ID NUMBER Oracle Database container ID.