Useful shortcuts for vi editor

Showing posts with label max_dump_file_size. Show all posts
Showing posts with label max_dump_file_size. Show all posts

Thursday 5 January 2017

How to resize maximum dump file size?

This parameter only controls size of log files except alert.log file.

Check max_dump_file_size
SQL> show parameter max_dump_file_size

Solid solution
add this into initora file;
*.max_dump_file_size=25M

Temporary solution
SQL> alter system set max_dump_file_size='25M' scope=both;