oracle_enterprice_manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
oracle_enterprice_manager [2017/11/16 13:49] – external edit 127.0.0.1oracle_enterprice_manager [2019/10/18 20:04] (current) – external edit 127.0.0.1
Line 78: Line 78:
  
  
 +=======Oracle Enterprise manager overview after 12c=======
 +It is important to note that, since Oracle wants to gain as much money as they can, they disabled the enterprise manager database control from 12c, HOWEVER they created Enterprise Manager express, which is at least "something"
 +To configure the EM Express, you should just execute a simple procedure:
  
  
 +<sxh bash>
 +SQL> exec dbms_xdb_config.sethttpsport(port-number)
 +SQL> exec dbms_xdb_config.SetGlobalPortEnabled(TRUE)
 +</sxh>
 +
 +Then you can open the following address:
 +https://node-ip-address:EM-Express-port/em, where node-ip-address is the public IP address of the compute node hosting EM Express, and EM-Express-port is the EM Express port used by the database.
 +
 +Again, this offers VERY limited functionality, like storage configuration and database settings. Global performance data like active sessions and others.
  
  • oracle_enterprice_manager.1510840195.txt.gz
  • Last modified: 2019/10/18 20:04
  • (external edit)