InterviewSolution
Saved Bookmarks
| 1. |
What Are Dynamic Performance Views? |
|
Answer» Dynamic performance VIEWS are ALSO called V$ views. These views provided INFORMATION about the sessions. Any Oracle user can get information from dynamic performance views if the user has the select any table privilege. This privilege is GENERALLY granted through the SELECT_CATALOG_ROLE etc. Dynamic performance views are also called V$ views. These views provided information about the sessions. Any Oracle user can get information from dynamic performance views if the user has the select any table privilege. This privilege is generally granted through the SELECT_CATALOG_ROLE etc. |
|