Oracle Enterprise Manager Express 19c missing menus Mustafa, 2020-04-08 Hello again, Today, I’ve read a thread in the community and OP was asking for missing menus like Configuration, Storage, Tablespaces, users etc. This is the default behavior now! Since flash become obsolete slowly, Oracle leaves old EM Express flash version and comes up with Java Jet and default is Java Jet anymore. This initial version doesn’t have many menus that flash version has. Even so if you need to use flash version you can convert it back and convert again Java Jet version: To use flash version of EM express, run the script below using sqlplus with sys user: Oracle PL/SQL Sqlplus / as sysdba SYS@orcl-1>@?/rdbms/admin/execemx emx 12 Sqlplus / as sysdbaSYS@orcl-1>@?/rdbms/admin/execemx emx and convert it back to Java Jet: Oracle PL/SQL Sqlplus / as sysdba SYS@orcl-1>@?/rdbms/admin/execemx omx 12 Sqlplus / as sysdbaSYS@orcl-1>@?/rdbms/admin/execemx omx that’s it. 19c convertEM expressenterprise manager expressflashjava jetmenu