Skip to main content

gi_versions

Creates, updates, deletes, gets or lists a gi_versions resource.

Overview

Namegi_versions
TypeResource
Idaws.odb.gi_versions

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
versionstringThe GI software version.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_gi_versionsselectregionReturns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.

SELECT
version
FROM aws.odb.gi_versions
WHERE region = '{{ region }}' -- required
;