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.
2020-10-26, 837👍, 1💬
Popular Posts:
How To Select Some Specific Columns from a Table in a Query in SQL Server? If you want explicitly te...
How to run Queries with "sqlcmd" tool in SQL Server? "sqlcmd" is a client tool that you can use to i...
Where to find Oracle database server tutorials? Here is a collection of tutorials, tips and FAQs for...
How To Format DATETIME Values to Strings with the CONVERT() Function in SQL Server Transact-SQL? SQL...
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...