Version
5.1.1. or above
Explanation
Unable to execute DML statements.
Cause
This error occurs when creating a volatile tablespace larger than VOLATILE_MAX_DB_SIZE.
Action
- Increase VOLATILE_MAX_DB_SIZE (to a value larger than the actual usage) in $ALTIBASE_HOME/conf/altibase.properties.
- Restart the Altibase server.
The user is recommended to set the maximum value of VOLATILE_MAX_DB_SIZE to the sum of MEM_MAX_DB_SIZE and VOLATILE_MAX_DB_SIZE which accounts for less than 60~70% of physical memory.
Reference
N/A