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, 2277👍, 1💬
Popular Posts:
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...
How To Replace Given Values with NULL using NULLIF() in SQL Server Transact-SQL? Sometime you want t...
How To Get the Definition of a User Defined Function Back in SQL Server Transact-SQL? If you want ge...
Why I Can Not Enter 0.001 Second in DATETIME values in SQL Server Transact-SQL? If you enter millise...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...