🎴 Flashcard Mode

Oracle Database Administration and SQL Practice Test

Card1 / 22
Mastered0
Review0
QuestionClick to flip

The information for a dynamic performance view is gathered from the control file.

AnswerClick to flip back
A
True
💡 Explanation:

This statement is TRUE. In Oracle Database, dynamic performance views (V$ views) gather their runtime information from the control file and instance memory. The control file contains critical database metadata and status information that these views query to provide real-time performance statistics.

Change Mode