oci-cli icon indicating copy to clipboard operation
oci-cli copied to clipboard

db pluggable-database reports OPEN-MODE incorrectly (CLI version 3.10.4)

Open MikeSilman opened this issue 3 years ago • 0 comments

When getting a pluggable database list the open-mode is reported incorrectly.

oci db pluggable-database list --database-id <MYDBID>

+------------+----------+- | open-mode | pdb-name | +------------+----------+- | READ_WRITE | DB1 | | READ_WRITE | DB2 |
| READ_WRITE | DB3 | +------------+----------+-

In the above list DB3 is actually only MOUNTED.

MikeSilman avatar Jun 22 '22 13:06 MikeSilman