Thứ Ba, 22 tháng 11, 2022

ASM Fails to Start with ORA-4031: unable to allocate 16416 bytes of shared memory (“shared pool”,”unknown object”,”sga heap(1,0)”,”dbktb: trace buffer”)

PHIÊN BẢN BỊ LỖI
Oracle Database - Enterprise Edition - Version 11.2.0.1, 11.2.0.2, 11.2.0.3, bản 11.2.0.4 ít gặp lỗi này

LỖI:

Clusterware lỗi khi bật ASM instance với lỗi ORA-4031: [root@racnode1 bin]# ./crsctl start cluster CRS-2672: Attempting to start 'ora.asm' on 'racnode1' CRS-5017: The resource action "ora.asm start" encountered the following error: ORA-04031: unable to allocate 16416 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","dbktb: trace buffer") . For details refer to "(:CLSN00107:)" in "/u01/app/grid/11.2.0/log/mcxoradb/agent/ohasd/oraagent_oracle/oraagent_oracle.log". CRS-2674: Start of 'ora.asm' on 'racnode1' failed CRS-2679: Attempting to clean 'ora.asm' on 'racnode1' CRS-2681: Clean of 'ora.asm' on 'racnode1' succeeded CRS-4000: Command Start failed, or completed with errors.

NGUYÊN NHÂN:

do db_cache_size đặt sai, đặt 1GB cho ASM instance từ đó làm ASM fails khi start với lỗi ORA-4031. Per alert_+ASM1.log: Sun Sep 16 19:24:42 2012 MEMORY_TARGET defaulting to 411041792. * instance_number obtained from CSS = 1, checking for the existence of node 0... * node 0 does not exist. instance_number = 1 Starting ORACLE instance (normal) ... Mon Sep 17 11:26:56 2012 ALTER SYSTEM SET db_cache_size='1G' SCOPE=SPFILE SID='*'; Mon Sep 17 11:27:33 2012 ALTER SYSTEM SET db_cache_size='1G' SCOPE=SPFILE; Mon Sep 17 14:15:16 2012 ALTER SYSTEM SET db_cache_size='1G' SCOPE=SPFILE SID='+ASM1'; ... Mon Sep 17 14:18:39 2012 Shutting down instance (abort) License high water mark = 11 Mon Sep 17 14:18:44 2012 MEMORY_TARGET defaulting to 1543503872. * instance_number obtained from CSS = 1, checking for the existence of node 0... * node 0 does not exist. instance_number = 1 Starting ORACLE instance (normal) Errors in file /u01/app/oracle/diag/asm/+asm/+ASM1/trace/+ASM1_ora_3376.trc (incident=116161): ORA-04031: unable to allocate 16416 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","dbktb: trace buffer") Incident details in: /u01/app/oracle/diag/asm/+asm/+ASM1/incident/incdir_116161/+ASM1_ora_3376_i116161.trc Use ADRCI or Support Workbench to package the incident. ASM instance is not a database instance, it does not require db_cache_size to be set. By default it is 0. By setting this parameter, it reduces the shared_pool_size which can be used by ASM instance, hence lead to ORA-4031.

GIẢI PHÁP:

1. Stop clusterware trên mọi node Với root user: # crsctl stop crs -f 2. Bật clusterware trên node 1 ở exclusive mode Với root user: # crsctl start crs -excl 3. Tạo pfile (ví dụ: /tmp/asmpfile.ora) với nội dung trong alert_+ASM<x>.log dưới phần "System parameters with non-default values:", dưới đây là ví dụ: MEMORY_TARGET=1543503872 large_pool_size = 12M instance_type = "asm" remote_login_passwordfile= "EXCLUSIVE" asm_power_limit = 1 diagnostic_dest = "/u01/app/oracle" Save the file, then start ASM instance manually as grid user, recreate spfile on its original diskgroup, eg: $ sqlplus / as sysasm SQL> startup pfile='/tmp/asmpfile.ora'; SQL> create spfile='+DATADG' from pfile='/tmp/asmpfile.ora'; SQL> shutdown immediate 4. Stop clusterware trên node 1 và restart clusterware trên mọi node: Với root user: # crsctl stop crs -f # crsctl start crs 5. Chờ cho đến khi cluster được bật: $ crsctl stat res -t $ crsctl stat res -t -init
Một nguyên nhân khác là do bug 12925089:

=============================
* KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE trực tiếp từ tôi giúp bạn bước đầu trở thành những chuyên gia DBA, đủ kinh nghiệm đi thi chứng chỉ OA/OCP, đặc biệt là rất nhiều kinh nghiệm, bí kíp thực chiến trên các hệ thống Core tại VN chỉ sau 1 khoá học.
* CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
* Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile/Zalo: 0902912888
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: http://bit.ly/ytb_binhoraclemaster
👨 Tiktok: https://www.tiktok.com/@binhoraclemaster?lang=vi
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhoracle
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

=============================
ASM Fails to Start with ORA-4031: unable to allocate 16416 bytes of shared memory (“shared pool”,”unknown object”,”sga heap(1,0)”,”dbktb: trace buffer”), oracle tutorial, học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,sql tutorial, khóa học pl/sql tutorial, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail,oracle RAC, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle oca, oracle ocp, oracle ocm , oracle weblogic, postgresql tutorial, mysql tutorial, mariadb tutorial, sql server tutorial, nosql, mongodb tutorial, oci, cloud, middleware tutorial, hoc solaris tutorial, hoc linux tutorial, hoc aix tutorial, unix tutorial, securecrt, xshell, mobaxterm, putty

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master