本文主要是介绍OCP-1Z0-053-V12.02-174题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
174.What Oracle process runs when the database is in ARCHIVELOG mode but not when it is in
NOARCHIVELOG mode?
A. MMON
B. LGWR
C. ARCH
D. ARWR
E. COPY
Answer: C
答案解析:
ARCH指归档进程,只有在归档模式下的数据库才会有的进程。
One or more archiver processes copy the redo log files to archival storage when they are full or a log switch occurs. |
这篇关于OCP-1Z0-053-V12.02-174题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!