当前位置:Gxlcms > 数据库问题 > oracle error ORA-48913

oracle error ORA-48913

时间:2021-07-01 10:21:17 帮助过:13人阅读

[oracle@mdb ~]$ du -sh trace/
1.3G trace/

 

[oracle@mdb ~]$ du -sh trace/*dbrm*
21M trace/mdb_dbrm_7134.trc
1.3M trace/mdb_dbrm_7134.trm

--修改数据库参数

16:02:14 SYS@mdb(mdb)> show parameter MAX_DUMP_FILE_SIZE

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
max_dump_file_size string 40960


alter system set MAX_DUMP_FILE_SIZE=unlimited scope=both;

16:03:03 SYS@mdb(mdb)> show parameter MAX_DUMP_FILE_SIZE

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
max_dump_file_size string UNLIMITED
16:05:12 SYS@mdb(mdb)>


mos上解释如下:
APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and later
Information in this document applies to any platform.
***Checked for relevance on 18-Aug-2014***
SYMPTOMS
On 11.2.0.1, encountered the following error in the alert.log:

Non critical error ORA-48913 caught while writing to trace file "/oraotcprd1/app/oracle/diag/rdbms/otcprd1/OTCPRD11/trace/OTCPRD11_ora_14925.trc"
Error message: ORA-48913: Writing into trace file failed, file size limit [10485760] reached

CAUSE
Parameter MAX_DUMP_FILE_SIZE is set too low

SOLUTION
Increase the setting for the parameter MAX_DUMP_FILE_SIZE or set it to unlimited

For additional information on this parameter, refer to

Oracle Database Reference 11g Release 2 (11.2)
MAX_DUMP_FILE_SIZE

原因是由于MAX_DUMP_FILE_SIZE太小,解决方法是增加MAX_DUMP_FILE_SIZE大小,或者设置成无限制。

 

oracle error ORA-48913

标签:form   strong   critical   max   param   size   and   too   while   

人气教程排行