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, 3902🔥, 1💬
Popular Posts:
Is PL/SQL Language Case Sensitive in Oracle? PL/SQL language is not case sensitive: Reserved words a...
What Happens If the UPDATE Subquery Returns Multiple Rows in MySQL? If a subquery is used in a UPDAT...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How To Select All Columns of All Rows from a Table with a SELECT statement in SQL Server? The simple...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...