Collections:
What Is a Dynamic Performance View in Oracle
What Is a Dynamic Performance View in Oracle?
✍: FYIcenter.com
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.
⇒ What Is a Recycle Bin in Oracle
⇐ What Is a Static Data Dictionary in Oracle
2020-10-26, 4615🔥, 1💬
Popular Posts:
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String...
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...
How to print value on console in SQL Server Transact-SQL? How to use the PRINT statements? In Transa...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...