9.2 V$IM_ONNX_MODEL

V$IM_ONNX_MODEL describes in-memory Open Neural Network Exchange (ONNX) models.

This view displays only models that have in-memory representation, that is, models that are resident in memory, are being populated, or have failed population.

Column Datatype Description

OWNER

VARCHAR2(129)

Owner of the model

NAME

VARCHAR2(129)

Name of the model

SLOT#

NUMBER

Positive integer identifying the model

POPULATE_STATUS

VARCHAR2(13)

Status of shared data population:

  • ENABLED - The model is in-memory resident and can be shared by any database processes that use the model

  • FAILED - The shared data failed to be populated

  • INIT - The in-memory representation of the model is in the initialization phase (ready for population)

  • MEM EXHAUSTED - The model is not populated because memory dedicated to in-memory models is exhausted

  • POPULATING - The segment is populating the shared data

  • RECLAIMING - The segment is reclaiming its resources

  • WAITING - The cache is holding the shared data and waiting to be evicted

  • UNKNOWN - The model population status is unknown

METADATA_SIZE

NUMBER

Size of the segment used for model metadata (in bytes)

INITIALIZER_SIZE

NUMBER

Size of the segment used for the model external initializer (in bytes)

PREPACKED_SIZE

NUMBER

Size of the segment used for model prepacked weights (in bytes)

PIN_COUNT

NUMBER

Number of ONNX runtime sessions created using this model

CON_ID

NUMBER

The ID of the container to which the data pertains. Possible values include:

  • 0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs.

  • 1: This value is used for rows containing data that pertain to only the root

  • n: Where n is the applicable container ID for the rows containing data

Note:

This view is available starting with Oracle AI Database 26ai, Release Update 23.26.1.