ORA-65093
-
ORA-65093: multitenant container database not set up properly on Oracle Database
This issue often occurs in a Oracle database 12c&onward installation or restore operation. The error stated that multitenant container database not set up properly, which means we have to set the enable_pluggable_database to True while on restore steps. To fix this, connect to your Oracle Database using the sysdba user: sqlplus / as sysdba startup Continue reading
