OEM for 11g Express Edition? [message #604600] |
Wed, 01 January 2014 21:23 |
|
Can OEM be run if we install Oracle 11g Express Edition?
The version detail is as below:
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
I am using the URL https://localhost:1158/em to get OEM, but it cannot display the OEM.
|
|
|
|
Re: OEM for 11g Express Edition? [message #604602 is a reply to message #604601] |
Wed, 01 January 2014 21:51 |
|
I have checked in command prompt is as below
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Smokarem>emctl status dbconsole
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to da
tabase unique name.
C:\Users\Smokarem>
|
|
|
|
Re: OEM for 11g Express Edition? [message #604604 is a reply to message #604603] |
Wed, 01 January 2014 22:48 |
|
After that I executed below:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Smokarem>set ORACLE_UNQNAME=ORCL
C:\Users\Smokarem>set ORACLE_HOME=DACW0131.internal.imsglobal.com
C:\Users\Smokarem>emctl status dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
https://DACW0131.internal.imsglobal.com:5500/em/console/aboutApplication
Oracle Enterprise Manager 11g is running.
------------------------------------------------------------------
Logs are generated in directory D:\app\Smokarem\product\11.2.0\dbhome_2/DACW0131
.internal.imsglobal.com_ORCL/sysman/log
C:\Users\Smokarem>
And I used the URL https://dacw0131.internal.imsglobal.com:1158/em , it cannot display the OEM. I added this URL as trusted site. Then also it cannot display.
Then I use the URL https://dacw0131.internal.imsglobal.com:5500/em/ , it can show me the
" Oracle Enterprise Manager 11g
Database Control "
Should I get something different using the URL https://dacw0131.internal.imsglobal.com:1158/em ?
|
|
|