【BUG】Oracle12c CDB:EM EXPRESS::ORA-07445

技术不断飞速发展,各种云也在如火如荼的进行着,得空终于可以玩玩Oracle12c了,Oracle12c确实改了好多东西,当打算使用em 的时候,发现根本没有emctl等工具了,好不容易整出em界面,却反映很慢(如图一),等了半天出现错误(图二),信息如下:(版本,12.1.0.1.0 ole6.6),原谅俺用的版本过低,也证明了刚出的东西bug确实多


                                                               图一



                                      图二

查看数据库状态正常,查看后台日志,发现有一下错误信息:

点击(此处)折叠或打开

  1. Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x5] [PC:0xB71F161, qervwRowProcedure()+113] [flags: 0x0, count: 1]
  2. Errors in file /oracle/app/oracle/diag/rdbms/firsoul/firsoul/trace/firsoul_s007_6313.trc (incident=14458):
  3. ORA-07445: exception encountered: core dump [qervwRowProcedure()+113] [SIGSEGV] [ADDR:0x5] [PC:0xB71F161] [Address not mapped to object] []
  4. Use ADRCI or Support Workbench to package the incident.
  5. See Note 411.1 at My Oracle Support for error and packaging details.
  6. Wed Aug 05 10:01:53 2015
  7. Sweep [inc][14458]: completed
  8. Wed Aug 05 10:01:57 2015
  9. found dead shared server 'S007', pid = (7, 20)

通过网络查找,并无什么有效信息,mos还是好用的。搜索 第一个出现的字眼就是BUG……
查看文档,部分信息: 参考文档【Doc ID 1604062.1】

点击(此处)折叠或打开

  1. All the other sections on the main page are displayed correctly , The other tabs such as configuration, storage, security, performance, etc., are also displayed properly.

  2.  

  3. This is Caused By Unpublished Bug 16527374 : [12100-LIN64-130318]CDB:ORA-07445:EM EXPRESS HOME GOT IO ERROR

  4. Please Apply Patch 16527374

下载补丁包,安装。

点击(此处)折叠或打开

  1. unzip p16527374_121010_Linux-x86-64.zip
  2. cd 16527374/
  3. shutdown immediate
  4. ---------
  5. [oracle@my12c 16527374]$ /oracle/app/oracle/12.0.1/dbhome_1/OPatch/opatch apply
  6. Oracle Interim Patch Installer version 12.1.0.1.0
  7. Copyright (c) 2012, Oracle Corporation. All rights reserved.


  8. Oracle Home : /oracle/app/oracle/12.0.1/dbhome_1
  9. Central Inventory : /oracle/app/oraInventory
  10.    from : /oracle/app/oracle/12.0.1/dbhome_1/oraInst.loc
  11. OPatch version : 12.1.0.1.0
  12. OUI version : 12.1.0.1.0
  13. Log file location : /oracle/app/oracle/12.0.1/dbhome_1/cfgtoollogs/opatch/16527374_Aug_05_2015_10_39_03/apply2015-08-05_10-39-02AM_1.log

  14. Applying interim patch '16527374' to OH '/oracle/app/oracle/12.0.1/dbhome_1'
  15. Verifying environment and performing prerequisite checks...
  16. All checks passed.

  17. Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
  18. (Oracle Home = '/oracle/app/oracle/12.0.1/dbhome_1')


  19. Is the local system ready for patching? [y|n]
  20. y
  21. User Responded with: Y
  22. Backing up files...

  23. Patching component oracle.rdbms, 12.1.0.1.0...

  24. Verifying the update...
  25. Patch 16527374 successfully applied
  26. Log file location: /oracle/app/oracle/12.0.1/dbhome_1/cfgtoollogs/opatch/16527374_Aug_05_2015_10_39_03/apply2015-08-05_10-39-02AM_1.log

  27. OPatch succeeded.
  28. ----
  29. SQL> startup
  30. ORACLE instance started.

  31. Total System Global Area 1503199232 bytes
  32. Fixed Size 2288584 bytes
  33. Variable Size 973079608 bytes
  34. Database Buffers 520093696 bytes
  35. Redo Buffers 7737344 bytes
  36. Database mounted.
  37. Database opened.
  38. SQL> alter pluggable database ljx open;

  39. Pluggable database altered.

  40. SQL> exec DBMS_XDB_CONFIG.setHTTPPort(8080);

  41. PL/SQL procedure successfully completed.
  42. ----查看监听
  43. [oracle@my12c 16527374]$ lsnrctl stat

  44. LSNRCTL for Linux: Version 12.1.0.1.0 - Production on 05-AUG-2015 10:41:58

  45. Copyright (c) 1991, 2013, Oracle. All rights reserved.

  46. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.8.72)(PORT=1521)))
  47. STATUS of the LISTENER
  48. ------------------------
  49. Alias LISTENER
  50. Version TNSLSNR for Linux: Version 12.1.0.1.0 - Production
  51. Start Date 05-AUG-2015 09:32:38
  52. Uptime 0 days 1 hr. 9 min. 20 sec
  53. Trace Level off
  54. Security ON: Local OS Authentication
  55. SNMP OFF
  56. Listener Parameter File /oracle/app/oracle/12.0.1/dbhome_1/network/admin/listener.ora
  57. Listener Log File /oracle/app/oracle/diag/tnslsnr/my12c/listener/alert/log.xml
  58. Listening Endpoints Summary...
  59.   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.8.72)(PORT=1521)))
  60.   (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
  61.   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=my12c)(PORT=8080))(Presentation=HTTP)(Session=RAW))
  62.   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=my12c)(PORT=5505))(Presentation=HTTP)(Session=RAW))
  63. Services Summary...
  64. Service "firsoul" has 1 instance(s).
  65.   Instance "firsoul", status READY, has 1 handler(s) for this service...
  66. Service "firsoulXDB" has 1 instance(s).
  67.   Instance "firsoul", status READY, has 1 handler(s) for this service...
  68. Service "ljx" has 1 instance(s).
  69.   Instance "firsoul", status READY, has 1 handler(s) for this service...
  70. The command completed successfully

再次登录em控制台,可正常访问,如下图


OK  可以继续玩了 

文盲筱烨 2015年8月5日



来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29487349/viewspace-1762353/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/29487349/viewspace-1762353/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值