InterviewSolution
Saved Bookmarks
| 1. |
What Are The Performance Views In An Oracle Rac Environment? |
|
Answer» We have V$ views that are instance specific. In addition we have GV$ views called as global views that has an INST_ID COLUMN of numeric data type. GV$ views obtain information from individual V$ views. We have v$ views that are instance specific. In addition we have GV$ views called as global views that has an INST_ID column of numeric data type. GV$ views obtain information from individual V$ views. |
|