9794 File system has reported ERRAMPOUTOFPHYSPACE error.
Explanation:
The database file system component has detected a condition where the physical disk space is getting close to the permissible limits. A request for any database/user that is adding space will result in error to avoid excessive usage under these boundary conditions.
Generated By:
AMP Modules.
For Whom:
DBA.
Remedy:
If the alert occurs again, a DBA must free space on the AMP either by limiting spool consuming sessions or making room by deleting data. For example, if RSS logging may be disabled. If DBQL logging is enabled, it could be disabled or reduced on the detailed capture. If the condition occurs frequently, a DBA must start to perform capacity planning to handle the extra space requirements.
ERR AMP OUT OF PHY SPACE =文件系统报告了AMP物理空间耗尽的错误
解释: 数据库文件系统组件检测到物理磁盘空间接近允许的限制的情况。
对任何正在添加空间的数据库/用户的请求都会导致错误,以避免在这些边界条件下的过度使用。
生成人: AMP模块。
责任人: DBA。
解决方案: 如果再次发生警报,DBA必须通过限制卷轴消耗会话或通过删除数据腾出空间来在AMP上腾出空间。
例如,如果RSS日志记录可能被禁用。
如果启用了DBQL日志记录,则可以在详细捕获时禁用或减少它。
如果这种情况频繁发生,则DBA必须开始执行容量规划,以处理额外的空间需求。
sel vproc,currentperm,maxperm from dbc.diskspacev;
如果有某个vproc的currentperm和maxperm基本相同,则可断定为该amp空间已满。可进一步查看是否出现数据倾斜。
如果所有vproc的currentperm和maxperm均相同,则可断定GDM数据库空间已满。可删除无用数据,或扩充GDM空间。