Dynamic Performance Views
Oracle contains a set of underlying views that are maintained by the database server and accessible to the database administrator user SYS. These views are called dynamic performance views because they are continuously updated while a database is open and in use, and their contents relate primarily to performance.
Although these views appear to be regular database tables, they are not. These views provide data on internal disk structures and memory structures. You can select from these views, but you can never update or alter them.
- X$ In memory structures (arrays)
- V$ Views based on X$ structures
- GV% Global views: Same as V$ except include instance identifier as the first column
- DBA_ All objects in the database
- ALL_ All objects owned by the user and on which the user has been granted privileges
- USER_ All objects owned by the user
- X$ In memory structures (arrays)
- V$ Views based on X$ structures
- GV% Global views: Same as V$ except include instance identifier as the first column
- DBA_ All objects in the database
- ALL_ All objects owned by the user and on which the user has been granted privileges
- USER_ All objects owned by the user