ORA-29516: Aurora assertion failure: Assertion failure at joez.c:3311
Symptoms
This type of error may appear in the alert log upon instance start-up on Linux:
Wed Jun 23 16:44:13 2010
Errors in file /app/ORCL/product/orcldb/11.2.0/admin/ORCL/diag/rdbms/orcl/ORCL/trace/ORCL_m000_20219.trc:
ORA-29516: Aurora assertion failure: Assertion failure at joez.c:3311
Bulk load of method java/lang/Object.
It may also occur when attempting to reference a Java class method or a function within the DBMS_JAVA package, such as LONGNAME.
Changes
You have set JAVA_JIT_ENABLED=TRUE (or not set it all, in which case it defaults to TRUE).
Cause
You have set additional mount options on the shared memory device, /dev/shm, other than just the option named defaults.
Solution
If you see any other mount options in file /etc/fstab after the word "defaults" for /dev/shm,
such as nosuid, nodev, or noexec:
none /dev/shm tmpfs defaults,nosuid,nodev,noexec 0 0
then remove these options from the entry in /etc/fstab:
none /dev/shm tmpfs defaults 0 0
shut down the database instance, and reboot the system. Restart the database instance. The errors should no longer appear.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-700129/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 轉:Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]AIUIViewIndex
- [InnoDB] Assertion failure: ut0ut.cc:553 thread 140235111884544【筆記】AIthread筆記
- vulnhub - ASSERTION1.0.1
- design for failureAI
- Error: Debug Failure at typeToStringErrorAI
- Preferred Read Failure GroupsAI
- cannot convert (type interface {}) to type int: need type assertion
- DRIVER_POWER_STATE_FAILUREAI
- Vagrant:NS_ERROR_FAILUREErrorAI
- [virtualbox] temporary failure in name resolutionAI
- Node.js 中 TypeError [ERR_IMPORT_ASSERTION_TYPE_MISSING]Node.jsErrorImport
- mysql 報錯 Communications link failureMySqlAI
- Temporary failure resolving ‘archive.ubuntu.com‘AIHiveUbuntu
- tensorflow.python.framework.errors_impl.InvalidArgumentError: assertion failed: [0] [Op:Assert] namePythonFrameworkErrorAI
- Agent admitted failure to sign using the key解決MITAI
- Resolving archive.cloudera.com... failed: Temporary failure in nameHiveCloudAI
- Http failure response 0 Unknown error 錯誤分析HTTPAIError
- VS C++ 出現debug assertion failed彈框,怎麼定位程式碼C++AI
- [20180613]子游標不共享BIND_EQUIV_FAILUREUIAI
- Maven:Non-resolvable parent POM: Failure to find錯誤MavenAI
- Linux 出現 su: Authentication failure 解決辦法LinuxAI
- Fault-Tolerance, Fast and Slow: Exploiting Failure Asynchrony in Distributed SystemsASTAI
- RPC: Port mapper failure - Unable to receive: errno 113 (No route to host)RPCAPPAI
- 問題解決:shared_ptr Assertion px != 0 failed 及debug經驗分享AI
- Maven - Non-resolvable parent POM: Failure to find xx:xx:pomMavenAI
- [20200129]子游標不共享BIND_EQUIV_FAILURE.txtUIAI
- 【MySQL】ERROR 1878 (HY000): Temporary file write failure.MySqlErrorAI
- RMAN-03009: failure of backup command on ORA_DISK_1 channelAI
- 頻繁GC (Allocation Failure)及young gc時間過長分析GCAI
- Android Studio Run專案出現Failure [INSTALL_FAILED_TEST_ONLY]AndroidAI
- 應用端連線MySQL資料庫報Communications link failureMySql資料庫AI
- Authentication failure 以及xxx is not in the sudoers file 問題的解決辦法AI
- python3.10呼叫郵件SMTP報錯: ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)解決PythonErrorAI
- Compilation failure 不再支援源選項 5。請使用 6 或更高版本。AI
- tar解壓報錯——Not found in archive tar: Exiting with failure status due to previous errorsHiveAIError
- win10頻繁藍屏kernel security check failure修復方法Win10AI
- GC(Allocation Failure)引發的一些JVM知識點梳理GCAIJVM
- [20221101]如何減少BIND_EQUIV_FAILURE引起的子游標.txtUIAI
- Anbox安裝apk失敗(提示Failure res=-113等)的解決方法APKAI