openMode property

String? openMode
getter/setter pair

The mode that the pluggable database is in to open it.

Required. Possible string values are:

  • "PLUGGABLE_DATABASE_OPEN_MODE_UNSPECIFIED" : The open mode is unspecified.
  • "READ_ONLY" : The pluggable database is opened in read-only mode.
  • "READ_WRITE" : The pluggable database is opened in read-write mode.
  • "MOUNTED" : The pluggable database is mounted.
  • "MIGRATE" : The pluggable database is migrated.

Implementation

core.String? openMode;