ORA-65114
ORA-65114
1 錯誤信息
ora-65114:space usage in container is too high
]# oerr ora 65114 Cause:Space usage in the current container exceeded the value of MAX_PDB_STORAGE for the container. Action:Specify a higher value for MAX_PDB_STORAGE using the ALTER PLUGGABLE DATABASE statement.
2 原因
pluggable database, 默認只允許使用32G+約33G 的存儲空間,包括系統表空間。因此安裝好一個新的pluggable database后, 要取消此限制。生產系統上很少有低于 32G 數據的。
3 解決方法
以管理員身份登錄數據庫。
alter session set container=&pdb_name; -- 這里的pdb_name 指的是出現ORA-65114錯誤信息的pdb。 alter pluggable database storage unlimited;
Created: 2020-07-13 Mon 17:35
===================
天行健,君子以自強不息
地勢坤,君子以厚德載物
===================

浙公網安備 33010602011771號