MAX_DUMP_FILE_SIZE

本文详细介绍了如何在Oracle数据库环境中修改MAX_DUMP_FILE_SIZE参数以控制trc文件大小,防止使用过多存储空间。通过设置数值、单位(K/M)或特殊值'UNLIMITED'来实现灵活的配置,同时展示了参数调整后的潜在错误提示及其解决方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

MAX_DUMP_FILE_SIZE specifies the maximum size of trace files (excluding the alert file). Change this limit if you are concerned that trace files may use too much space.

MAX_DUMP_FILE_SIZE 指定trc文件的最大值(不包括alert文件)

  • A numerical value for MAX_DUMP_FILE_SIZE specifies the maximum size in operating system blocks.

  • 单独一个数值的话指系统块的数目

  • A number followed by a K or M suffix specifies the file size in kilobytes or megabytes.

  • The special value string UNLIMITED means that there is no upper limit on trace file size. Thus, dump files can be as large as the operating system permits.

SQL>  alter system set max_dump_file_size= '1k' scope=spfile;

System altered.

SQL> startup force;
ORACLE instance started.

SQL> create table liang(id int);

Table created.

SQL> show parameter max_dump_file_size

NAME                                 TYPE
------------------------------------ ----------------------
VALUE
------------------------------
max_dump_file_size                   string
1K
SQL> 

************************************************************************
Thu Jan 22 03:34:15 2015
create table liang(id int)
Thu Jan 22 03:34:52 2015
<span style="color:#ff0000;">Non critical error ORA-48913 caught while writing to trace file "/export/11g/diag/rdbms/orcl1/orcl/trace/orcl_j000_15547.trc"</span>
Error message: ORA-48913: Writing into trace file failed, file size limit [1000] reached
Writing to the above trace file is disabled for now on...
Thu Jan 22 03:39:14 2015
Starting background process SMCO
Thu Jan 22 03:39:14 2015
SMCO started with pid=25, OS id=15654 



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

huangliang0703

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值