Get database version

get

/database/version

Returns records from GV$INSTANCE and GV$VERSION. A client requires SQL Administrator role to invoke this service.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Version information about the database.
Body ()
Root Schema : DatabaseVersionItem
Type: object
Relying on GV$INSTANCE and GV$VERSION views this object provides information on the version of the database.
Show Source
Nested Schema : instance_version
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top