dbWorkload property

String? dbWorkload
getter/setter pair

The Autonomous Database workload type.

Output only. Possible string values are:

  • "DB_WORKLOAD_UNSPECIFIED" : Default unspecified value.
  • "OLTP" : Autonomous Transaction Processing database.
  • "DW" : Autonomous Data Warehouse database.
  • "AJD" : Autonomous JSON Database.
  • "APEX" : Autonomous Database with the Oracle APEX Application Development workload type.

Implementation

core.String? dbWorkload;