Table of Contents
Enterprise Manager Express without Flash
Primer registracije EM express
Very limited menu options - vrlo malo funkcionalnosti
Od kako je donesena odluka da Adobe Flash nije podrzan u pretrazivacima, Oracle nije omogucio alternativu za opcije EM Expres koje su radile uz pomoc Flash-a.
Savet: Instalirati EM Cloud Control.
Ukoliko ipak korisnik zeli da poseduje EM Express postupak je sledeci
proveriti da je listener podignut: lsnrctl status
Enter user-name: / as sysdba
SQL> select dbms_xdb_config.gethttpsport() from dual;
DBMS_XDB_CONFIG.GETHTTPSPORT()
------------------------------
0
SQL> exec dbms_xdb_config.sethttpsport(5500);
PL/SQL procedure successfully completed.
SQL> select dbms_xdb_config.gethttpsport() from dual;
DBMS_XDB_CONFIG.GETHTTPSPORT()
------------------------------
5500
SQL> alter session set container=pdb1;
Session altered.
SQL> select dbms_xdb_config.gethttpsport() from dual;
DBMS_XDB_CONFIG.GETHTTPSPORT()
------------------------------
0
SQL> exec dbms_xdb_config.sethttpsport(5503);
PL/SQL procedure successfully completed.
SQL> select dbms_xdb_config.gethttpsport() from dual;
DBMS_XDB_CONFIG.GETHTTPSPORT()
------------------------------
5503
netstat -tulpn| grep LISTEN | grep 550
[oracle@oralinux7 ~]$ netstat -tulpn| grep LISTEN | grep 550
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp6 0 0 :::5500 :::* LISTEN 4334/tnslsnr
tcp6 0 0 :::5503 :::* LISTEN 4334/tnslsnr
Storage / Performance / Configuration
https://localhost:5500/em/login ili npr. https://10.1.2.147:5500/em/
Missing 'Server' Tab in 19c EM Express. Only Performance Tab is Present. (Doc ID 2579336.1)
https://logic.edchen.org/em-express-19c-with-or-without-flash/
To use flash version of EM express, run the script below using sqlplus with sys user:
@?/rdbms/admin/execemx emx
and convert it back to Java Jet:
@?/rdbms/admin/execemx omx