Oracle X$ Tables
Oracle x$ "tables" are mostly instance or session memory structures presented as tables and serve as base tables of most v$ views. Entries in the following list are added one at a time in the course of my study of Oracle internals by reading books and online materials, through my own lab test, by interpreting the text in v$fixed_view_definition if available, or because other nice folks emailed me. Obviously there're much more tables in x$kqfdt and x$kqfta than listed below. But generally I omit those whose usage is not interesting or its meaning is too obvious.
連結:
連結:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23650854/viewspace-686840/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle X$TablesOracle
- 常用的Oracle x$ TablesOracle
- Oracle's x$ Tables -- René NyffeneggerOracle
- Oracle TablesOracle
- Oracle Externale TablesOracle
- Oracle - Tables/IndexesOracleIndex
- Oracle Partitioned TablesOracle
- 【oracle】user_tablesOracle
- Oracle Temporary Tables(Oracle 臨時表)Oracle
- Oracle GoldenGate and compressed tablesOracleGo
- Oracle SQL Loader(sqlldr)+ Externale TablesOracleSQL
- Oracle Redefining Tables OnlineOracle
- Oracle 12c: Recover tables using RMANOracle
- External Tables: Querying Data From Flat Files in OracleOracle
- dba_tables,dba_all_tables,user_tables,all_tables有什麼區別
- Oracle X$ View:X$KJBLOracleView
- Oracle 19c Concepts(02):Tables and Table ClustersOracle
- Edit SAP tables
- Read-Only Tables in Oracle Database 11g Release 1OracleDatabase
- MySQL 5.5 LOCK TABLES 和 UNLOCK TABLES 語句介紹MySql
- The differences between index-organized tables and ordinary tables (228)IndexZed
- Oracle 19c Concepts(03):Indexes and Index-Organized TablesOracleIndexZed
- Profitability Analysis – General tables
- Views and Base Tables (243)View
- Restrictions on Analyzing TablesREST
- Overview of Tables (154)View
- Partitioned Tables (165)
- Oracle:cursor:mutex XOracleMutex
- mysql關於FLUSH TABLES和FLUSH TABLES WITH READ LOCK的理解MySql
- ORACLE Temporary Tables臨時表更適合做插入和查詢操作Oracle
- mysqld --skip-grant-tablesMySql
- Create Reference-Partitioned Tables
- kill flush tables的思考
- Restrictions on Altering Temporary TablesREST
- Parallel Access to External Tables (173)Parallel
- CRICOS Data Structures and AlgorithmsHash TablesStructGo
- Oracle x$table介紹Oracle
- Oracle內部檢視:X$BH與X$LEOracle