OBJECT
An Oracle database instance.
type OracleDatabaseInstance {# Rubrik CDM UUID of the physical host.hostId: UUID! # System identifier (SID) of the Oracle database instance.instanceName: String! # Database version of the Oracle database instance.version: String! }