Skip to main content

gi_versions

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

Overview

Namegi_versions
TypeResource
Idgoogle.oracledatabase.gi_versions

Fields

NameDatatypeDescription
namestringIdentifier. The name of the Oracle Grid Infrastructure (GI) version resource with the format: projects/{project}/locations/{region}/giVersions/{gi_versions}
versionstringOptional. version

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocationsId, projectsIdLists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.

SELECT examples

Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.

SELECT
name,
version
FROM google.oracledatabase.gi_versions
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';