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, 4172🔥, 1💬
Popular Posts:
What Happens to Your Transactions When ERROR 1205 Occurred in MySQL? If your transaction receives th...
Where to find answers to frequently asked questions on Downloading and Installing SQL Server 2005 Ex...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...