Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
oracle_enterprice_manager [2017/11/16 13:49] – external edit 127.0.0.1 | oracle_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 " | ||
+ | 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) | ||
+ | </ | ||
+ | |||
+ | Then you can open the following address: | ||
+ | https:// | ||
+ | |||
+ | Again, this offers VERY limited functionality, | ||