Oracle DBA, How To, Error, Cause and Action

ORA-04017: invalid value string (length = string) for parameter MAX_DUMP_FILE_SIZE

ORA-04017: invalid value string (length = string) for parameter MAX_DUMP_FILE_SIZE


Cause:


The string supplied for the parameter MAX_DUMP_FILE_SIZE was not an integer, an integer followed by 'K', 'M', or 'G', nor the special value UNLIMITED.



Action:


Provide a proper value for this parameter.

No comments:

Post a Comment

Thanks for your comment.