ORA-16742: the standby database “string” has exhausted its quota ORACLE 报错 故障修复 远程处理
文档解释
ORA-16742: the standby database “string” has exhausted its quota
Cause: The standby database exhausted its quota for storing archived redo logs.
Action: Remove some archived redo logs from the standby database or increase its quota.
:
ORA-16742 is an error message from the Oracle Database that indicates the standby database has reached its allotted disk space quota and is not able to create additional data files.
官方解释
ORA-16742表示standby数据库已达到分配的磁盘空间配额,无法创建附加数据文件。
常见案例
ORA-16742往往发生在双机高可用配置中,在一台初始化stoodby数据库后,手动添加一个新的tablespace,可能就会出现这个问题。
一般处理方法及步骤
1. 确认该standby数据库有多大空间,以及多少配额。
2. 在standby数据库上修改pmcmd.ora或配置参数 db_recovery_file_dest_size,使它能够容纳更多的数据文件。
3. 对primary的添加的新tablespace,在standby数据库上重新创建,或者彻底删除primary中添加的tablespace。
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341