【第55题】【062题库】2019年OCP认证062考试新题
55题、choose two
Your database supports an online transaction processing (OLTP) workload in which one of the applications creates a temporary table for a session and performs transactions on it. This consumes a lot of undo tablespace and generates lots of redo.
Which two actions would you take to solve this problem?
A) Increase the size of the redo log buffer.
B) Enable undo retention guarantee.
C) Increase the size of the temporary tablespace.
D) Enable Automatic Memory Management (AMM).
E) Enable temporary undo for the database.
Answer:CE
(解析:12c有个针对临时表的dml操作的解决方案,为了减少redo的产生和undo表空间的使用,可以启用临时undo的功能,这样子把undo数据存放在临时表空间。来自3组:1015267481)
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】凌霞软件回馈社区,携手博客园推出1Panel与Halo联合会员
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次 .NET某旅行社酒店管理系统 卡死分析
· 长文讲解 MCP 和案例实战
· Hangfire Redis 实现秒级定时任务,使用 CQRS 实现动态执行代码
· Android编译时动态插入代码原理与实践
· 解锁.NET 9性能优化黑科技:从内存管理到Web性能的最全指南
· 一天 Star 破万的开源项目「GitHub 热点速览」
· 别再堆文档了,大模型时代知识库应该这样建
· 瞧瞧别人家的日期处理,那叫一个优雅!
· C#/.NET/.NET Core技术前沿周刊 | 第 35 期(2025年4.14-4.20)
· 使用TypeScript开发微信小程序(云开发)-入门篇