File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1902,6 +1902,7 @@ def __get_database_db_databases(self, dbs):
19021902 str (db ['db_workload' ]) + " - " +
19031903 str (db ['character_set' ]) + " - " + str (db ['lifecycle_state' ]) + backupstr ),
19041904 'backups' : self .__get_database_db_backups (db ['backups' ]) if 'backups' in db else [],
1905+ 'auto_backup_enabled' : db ['auto_backup_enabled' ],
19051906 'time_created' : db ['time_created' ],
19061907 'defined_tags' : db ['defined_tags' ],
19071908 'dataguard' : self .__get_database_db_dataguard (db ['dataguard' ]),
@@ -1910,6 +1911,7 @@ def __get_database_db_databases(self, dbs):
19101911 'pdb_name' : pdb_name ,
19111912 'db_workload' : db ['db_workload' ],
19121913 'character_set' : db ['character_set' ],
1914+ 'ncharacter_set' : db ['ncharacter_set' ],
19131915 'db_unique_name' : db ['db_unique_name' ],
19141916 'lifecycle_state' : db ['lifecycle_state' ],
19151917 'id' : db ['id' ]
You can’t perform that action at this time.
0 commit comments