Directory /oracle/SM7/admin/SM7/xdb_wallet deleted,
with "exec dbms_xdb_admin.installDefaultWallet;" new created,
with SQL> exec DBMS_XDB_CONFIG.SETHTTPPORT(1157);
and with SQL> exec DBMS_XDB_CONFIG.SETHTTPSPORT(1158);
Ports new created
DB and Listener new startet, now looks "lsnrctl status" good!
zerberus:/oracle/SM7/admin/SM7/xdb_wallet> lsnrctl status
LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 10-JUL-2015 11:09:08
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=zerberus)(PORT=1527)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 12.1.0.2.0 - Production
Start Date 10-JUL-2015 11:08:20
Uptime 0 days 0 hr. 0 min. 48 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /usr/sap/SM7/SYS/profile/oracle/listener.ora
Listener Log File /oracle/SM7/diag/tnslsnr/zerberus/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=zerberus)(PORT=1527)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1527)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=zerberus)(PORT=1157))(Presentation=HTTP)(Session=RAW))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=zerberus)(PORT=1158))(Security=(my_wallet_directory=/oracle/SM7/admin/SM7/xdb_wallet))(Presentation=HTTP)(Session=RAW))
Services Summary...
Service "SM7" has 2 instance(s).
Instance "SM7", status UNKNOWN, has 1 handler(s) for this service...
Instance "SM7", status READY, has 1 handler(s) for this service...
Service "SM7XDB" has 1 instance(s).
Instance "SM7", status READY, has 1 handler(s) for this service...
The command completed successfully
zerberus:/oracle/SM7/admin/SM7/xdb_wallet>
zerberus:/oracle/SM7/admin/SM7/xdb_wallet> pwd
/oracle/SM7/admin/SM7/xdb_wallet
zerberus:/oracle/SM7/admin/SM7/xdb_wallet> ls -la
total 16
drwxr-x--- 2 oracle oinstall 4096 Jul 10 11:02 .
drwxr-x--- 6 oracle oinstall 4096 Jul 10 11:02 ..
-rw-r----- 1 oracle oinstall 3862 Jul 10 11:02 cwallet.sso
-rw-r----- 1 oracle oinstall 3817 Jul 10 11:02 ewallet.p12
zerberus:/oracle/SM7/admin/SM7/xdb_wallet>
OEM Database Express 12c work fine with HTTPS!
Some days later (Security=(my_wallet_directory=/oracle/SM7/admin/SM7/xdb_wallet) is miss on lsnrctl status.
HTTPS for OEM Database Express 12c don't work!
(Only HTTP for OEM Database Express 12c is still working)
What is the reason for that?
Thank you for anny help!
Günter