资料整理——Oracle基本概念、术语(Glossary from Oracle Concepts)——第二部分

本文深入探讨了Oracle数据库的关键概念,包括后台进程、备份、BigTable缓存等,旨在帮助读者理解Oracle数据库的工作原理和最佳实践。

随着对Oracle数据库的不断学习和使用,对Oracle基本概念越来越熟悉了。

“锲而不舍,金石可镂!” 学习是一项终身的事业!

概念中文描述
background process后台进程A process that consolidates functions that would otherwise be handled by multiple Oracle programs running for each client process. The background processes asynchronously perform I/O and monitor other Oracle processes. See also database instance; Oracle process.
backup备份A copy of data. A backup can include crucial parts of the database such as data files, the server parameter file, and control file.
backup piece最小备份单元The smallest unit of a backup set.
backup set备份集A proprietary RMAN backup format that contains data from one or more data files, archived redo log files, or control files or server parameter file.
big table cacheBig Table缓存An optional, integrated portion of the database buffer cache that uses a temperature-based, object-level replacement algorithm instead of the traditional LRU-based, block-level replacement algorithm.
bigfile tablespaceBigfile表空间A tablespace that contains one very large data file or temp file.
bind variable绑定变量A placeholder in a SQL statement that must be replaced with a valid value or value address for the statement to execute successfully. By using bind variables, you can write a SQL statement that accepts inputs or parameters at run time. The following example shows a query that uses v_empid as a bind variable: SELECT * FROM employees WHERE employee_id = :v_empid;
bitmap index位图索引A database index in which the database stores a bitmap for each index key instead of a list of rowids.
bitmap join index位图连接索引A bitmap index for the join of two or more tables.
bitmap merge位图合并An operation that merges bitmaps retrieved from bitmap index scans. For example, if the gender and DOB columns have bitmap indexes, then the database may use a bitmap merge if the query predicate is WHERE gender='F' AND DOB > 1966.
block corruption数据块损坏A data block that is not in a recognized Oracle format, or whose contents are not internally consistent.
block header数据块头部A part of a data block that includes information about the type of block, the address of the block, and sometimes transaction information.
block overhead数据块开销Space in a data block that stores metadata required for managing the block. The overhead includes the block header, table directory, and row directory.
branch block分支数据块In a B-tree index, a block that the database uses for searching. The leaf blocks store the index entries. The upper-level branch blocks of a B-tree index contain index data that points to lower-level index blocks.
buffer缓存A main memory address in the database buffer cache. A buffer caches currently and recently used data blocks read from disk. When a new block is needed, the database can replace an old data block with a new one.
buffer cache hit ratio缓存命中率The measure of how often the database found a requested block in the buffer cache without needing to read it from disk.
buffer pool缓存池A collection of buffers in the SGA.
business intelligence商务智能The analysis of an organization's information as an aid to making business decisions.
byte semantics字节语义Treatment of strings as a sequence of bytes. Offsets into strings and string lengths are expressed in bytes.
cache recovery缓存恢复The automatic phase of instance recovery where Oracle Database applies all committed and uncommitted changes in the online redo log files to the affected data blocks.
cardinality基数(唯一值的数量与数据表行数的比值)The ratio of distinct values to the number of table rows. A column with only two distinct values in a million-row table would have low cardinality.
Cartesian join笛卡尔连接A join in which one or more of the tables does not have any join conditions to any other tables in the statement. The optimizer joins every row from one data source with every row from the other data source, creating the Cartesian product of the two sets.
CDB (Container Database)CDB (容器数据库)An Oracle Database installation that contains at least one PDB. A PDB appears to an Oracle Net client as a traditional Oracle database. Every Oracle database is either a CDB or a non-CDB.
CDB administratorCDB管理员A database administrator who manages a CDB. A PDB administrator manages individual PDBs within the CDB.
character encoding字符编码A code that pairs each character from a given repertoire with a code unit to facilitate data storage.
character semantics字符语义Treatment of strings as a sequence of characters. Offsets into strings and string lengths are expressed in characters (character codes).
character set字符集An encoding scheme used to display characters on your computer screen.
check constraint检查约束A constraint on a column or set of columns that requires a specified condition to be true or unknown for every row.
checkpoint检查点1. A data structure that marks the checkpoint position, which is the SCN in the redo thread where instance recovery must begin. Checkpoints are recorded in the control file and each data file header, and are a crucial element of recovery.

2. The writing of dirty data blocks in the database buffer cache to disk. The database writer (DBW) process writes blocks to disk to synchronize the buffer cache with the data files.
checkpoint process (CKPT)检查点进程The background process that updates the control file and data file headers with checkpoint information and signals DBW to write blocks to disk.
child cursor子游标The cursor containing the plan, compilation environment, and other information for a statement whose text is stored in a parent cursor. The parent cursor is number 0, the first child is number 1, and so on. Child cursors reference exactly the same SQL text as the parent cursor, but are different. For example, two statements with the text SELECT * FROM mytable use different cursors when they reference tables named mytable in different schemas.
circular reuse record循环复用记录A type of control file record that contains noncritical information that is eligible to be overwritten if needed. When all available record slots are full, the database either expands the control file to make room for a new record or overwrites the oldest record.
client客户端程序In client/server architecture, the front-end database application that interacts with a user. The client portion has no data access responsibilities.
client character set客户端字符集The character set for data entered or displayed by a client application. The character set for the client and database can be different.
client process客户端进程A process that executes the application or Oracle tool code. When users run client applications such as SQL*Plus, the operating system creates client processes to run the applications. See also Oracle process.
client/server architecture客户端/服务器架构Software architecture based on a separation of processing between two CPUs, one acting as the client in the transaction, requesting and receiving services, and the other as the server that provides services in a transaction.
cluster file system集群文件系统A distributed file system that is a cluster of servers that collaborate to provide high performance service to their clients.
cluster index集群索引A B-tree index on the cluster key.
cluster key集群键In a table cluster, the column or columns that the clustered tables have in common. For example, the employees and departments tables share the department_id column. Specify the cluster key when creating the table cluster and when creating every table added to the table cluster.
cold buffer冷缓存A buffer in the database buffer cache that has not been recently used.
columnVertical space in a table that represents a domain of data. A table definition includes a table name and set of columns. Each column has a name and data type.
columnar format列格式The column-based format for objects that reside in the In-Memory Column Store. The columnar format contrasts with the row format that the database uses to store objects in the database buffer cache and in data files.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值