RE: How to identify emcl in Oracle 12c
Date: Wed, 24 Aug 2016 10:15:23 -0700 (PDT)
Message-ID: <a00ff0aa-9eba-48ae-8d0a-042516985264_at_default>
BTW, I’ve also added this to my Tips and Techniques page, which you can get to from the “Blog Posts” drop down menu on my website, or more directly at http://petewhodidnottweet.com/tips-and-techniques/
Pete
Pete Sharman
Database Architect, DBaaS / DBLM
Enterprise Manager Product Suite
33 Benson Crescent CALWELL ACT 2905 AUSTRALIA
Phone: HYPERLINK "tel:+61262924095"+61262924095 | | Mobile: +61414443449 Email: HYPERLINK "mailto:pete.sharman_at_oracle.com"pete.sharman_at_oracle.com Twitter: @SharmanPete LinkedIn: au.linkedin.com/in/petesharman Website: petewhodidnottweet.com
_____
"Controlling developers is like herding cats."
Kevin Loney, Oracle DBA Handbook
"Oh no, it's not, it's much harder than that!"
Bruce Pihlamae, long term Oracle DBA
_____
From: Peter Sharman
Sent: Thursday, August 25, 2016 02:59 AM
To: Eriovaldo Andrietta <ecandrietta_at_gmail.com>
Cc: ORACLE-L <oracle-l_at_freelists.org>
Subject: RE: How to identify emcl in Oracle 12c
OK, now we know it’s EM Express.
I’m not sure what you mean by what folder is it installed in. EM Express is built inside the Oracle Database and only uses internal infrastructure components, such as XDB and SQL*Net. It does not require any separate middle-tier components.
On the second point, when DBCA completes, it indicates the port on which EM Express is configured. If that information is no longer available, there are two ways to find the HTTP/HTTPS port for EM Express:
> lsnrctl status | grep HTTP
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=xxx.us.oracle.com)(PORT=5500))(Security=(my_wallet_directory=/u01/oracle/app/oracle/admin/orcl/xdb_wallet))(Presentation=HTTP)(Session=RAW))
or from SQL*Plus:
SQL> select dbms_xdb.getHttpPort() from dual;
GETHTTPPORT
8080
SQL> select dbms_xdb_config.getHttpsPort() from dual;
GETHTTPSPORT
5500
Pete
Pete Sharman
Database Architect, DBaaS / DBLM
Enterprise Manager Product Suite
33 Benson Crescent CALWELL ACT 2905 AUSTRALIA
Phone: HYPERLINK "tel:+61262924095"+61262924095 | | Mobile: +61414443449 Email: HYPERLINK "mailto:pete.sharman_at_oracle.com"pete.sharman_at_oracle.com Twitter: @SharmanPete LinkedIn: au.linkedin.com/in/petesharman Website: petewhodidnottweet.com
_____
"Controlling developers is like herding cats."
Kevin Loney, Oracle DBA Handbook
"Oh no, it's not, it's much harder than that!"
Bruce Pihlamae, long term Oracle DBA
_____
From: Eriovaldo Andrietta [mailto:ecandrietta_at_gmail.com] Sent: Wednesday, August 24, 2016 09:17 PM To: Peter Sharman <HYPERLINK "mailto:pete.sharman_at_oracle.com"pete.sharman_at_oracle.com> Subject: Re: How to identify emcl in Oracle 12c
Hi Peter,
I was talking about : Enterprise Manager Express.
Thanks for your attention.
Regards
Eriovaldo
2016-08-22 15:11 GMT-03:00 Peter Sharman <HYPERLINK "mailto:pete.sharman_at_oracle.com"pete.sharman_at_oracle.com>:
Are you talking about Enterprise Manager Cloud Control, or Enterprise Manager Express? If you’re not clear on the difference I suggest reading my blog HYPERLINK "http://petewhodidnottweet.com/2015/05/em-express-versus-em-cloud-control/"post on that exact subject. J
Pete
Pete Sharman
Database Architect, DBaaS / DBLM
Enterprise Manager Product Suite
33 Benson Crescent CALWELL ACT 2905 AUSTRALIA
Phone: HYPERLINK "tel:+61262924095"+61262924095 | | Mobile: HYPERLINK "tel:%2B61414443449"+61414443449 Email: HYPERLINK "mailto:pete.sharman_at_oracle.com"pete.sharman_at_oracle.com Twitter: _at_SharmanPete LinkedIn: HYPERLINK "http://au.linkedin.com/in/"au.linkedin.com/in/petesharman Website: HYPERLINK "http://petewhodidnottweet.com"petewhodidnottweet.com
_____
"Controlling developers is like herding cats."
Kevin Loney, Oracle DBA Handbook
"Oh no, it's not, it's much harder than that!"
Bruce Pihlamae, long term Oracle DBA
_____
From: Eriovaldo Andrietta [mailto:HYPERLINK "mailto:ecandrietta_at_gmail.com"ecandrietta_at_gmail.com]
Sent: Friday, August 19, 2016 12:33 AM
To: ORACLE-L <HYPERLINK "mailto:oracle-l_at_freelists.org"oracle-l_at_freelists.org>
Subject: How to identify emcl in Oracle 12c
Hi,
I would like to know how the check if the Enterprise Manager is installed and running (what is the port number) ?
What is the folder that it is installed ?
What is the port that it is installed ?
How do it ?
Regards
Eriovaldo
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Aug 24 2016 - 19:15:23 CEST