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, 4401🔥, 1💬
Popular Posts:
How To Verify Your PHP Installation in MySQL? PHP provides two execution interfaces: Command Line In...
How To Convert Binary Strings into Integers in SQL Server Transact-SQL? Binary strings and integers ...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
How To List All Login Names on the Server in SQL Server? If you want to see a list of all login name...
How Fixed Length Strings Are Truncated and Padded in SQL Server Transact-SQL? When the length of the...