Non critical error ORA-48913 caught while writing to trace file "/ebiz/ebizdb/tech_st/11.2.0/admin/PRODDB_ebiz/diag/rdbms/proddb/PRODDB/trace/PRODDB_ora_110928_999999999.trc"Error message: ORA-48913: Writing into trace file failed, file size limit [10485760] reachedWriting to the above trace file is disabled for now on...
Oracle 11g Recommendations are below.
SQL> show parameter max_dump_file
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
max_dump_file_size string 20000
SQL> alter system set max_dump_file_size=UNLIMITED scope=both;
System altered.
SQL> show parameter max_dump_file
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
max_dump_file_size string UNLIMITED
No comments:
Post a Comment