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

有很多IT术语似乎找不到对应的中文翻译。但在我看来,任何概念、术语,如果不能用简洁、明确的中文去描述的话,不能说明我们已经真正理解、掌握了这个概念。

概念中文描述
distributed database分布式数据库A set of databases in a distributed system that can appear to applications as a single data source.
distributed environment分布式环境A network of disparate systems that seamlessly communicate with each other.
distributed processing分布式处理The operations that occur when an application distributes its tasks among different computers in a network.
distributed transaction分布式事务A transaction that includes statements that, individually or as a group, update data on nodes of a distributed database. Oracle Database ensures the integrity of data in distributed transactions using the two-phase commit mechanism.
DML (Data manipulation language)数据操作语言Includes statements such as SELECT, INSERT, UPDATE, and DELETE.
DML lockDML锁A lock that prevents destructive interference of simultaneous conflicting DML or DDL operations. DML statements automatically acquire row locks and table locks.
dynamic performance view动态性能视图A special views that is continuously updated while a database is open and in use. The dynamic performance views are sometimes called V$ views.
dynamic SQL动态SQLSQL whose complete text is not known until run time. Dynamic SQL statements are stored in character strings that are entered into, or built by, the program at run time.
edition版本A private environment in which you can redefine database objects. Edition-based redefinition enables you to upgrade an application's database objects while the application is in use, thus minimizing or eliminating downtime.
encryption加密The process of transforming data into an unreadable format using a secret key and an encryption algorithm.
equijoin等值连接A join with a join condition containing an equality operator.
ETL (Extraction, transformation, and loading)ETL(提取/转换/加载)The process of extracting data from source systems and bringing it into a data warehouse.
exclusive lock排它锁A lock that prevents the associated resource from being shared. The first transaction to obtain an exclusive lock on a resource is the only transaction that can alter the resource until the lock is released.
executable SQL statement可执行SQL语句A SQL statement that generates calls to a database instance, including DML and DDL statements and the SET TRANSACTION statement.
execution plan执行计划The combination of steps used by the database to execute a SQL statement. Each step either retrieves rows of data physically from the database or prepares them for the user issuing the statement. You can override execution plans by using a hint.
expression表达式A combination of one or more values, operators, and SQL functions that resolves to a value. For example, the expression 2*2 evaluates to 4. In general, expressions assume the data type of their components.
extent数据扩展Multiple contiguous data blocks allocated for storing a specific type of information. A segment is made up of one or more extents. See also data block.
external table外部表A read-only table whose metadata is stored in the database but whose data in stored in files outside the database. The database uses the metadata describing external tables to expose their data as if they were relational tables.
fact事实Data that represents a business measure, such as sales or cost data.
fact table事实表A table in a star schema of a data warehouse that contains factual data. A fact table typically has two types of columns: those that contain facts and those that are foreign keys to dimension tables.
fast full index scan快速全索引扫描A full index scan in which the database reads all the blocks in the index using multiblock reads, and then discards the branch blocks, returning the index blocks in no particular order.
fast recovery area快速恢复区An optional disk location that stores recovery-related files such as control file and online redo log copies, archived redo log files, flashback logs, and RMAN backups.
fault tolerance容错The protection provided by a high availability architecture against the failure of a component in the architecture.
field字段In a table, the intersection of a row and column.
file system文件系统A data structure built inside a contiguous disk address space.
fine-grained auditing细粒度审计A type of database auditing that enables you to audit specific table columns, and to associate event handlers during policy creation.
fixed SGA固定SGAAn internal housekeeping area that contains a variety of information, including general information about the state of the database and the instance, and information communicated between processes.
FBDA (flashback data archive process)闪回数据存档进程The background process that archives historical rows of tracked tables into Flashback Data Archives. When a transaction containing DML on a tracked table commits, this process stores the pre-image of the changed rows into the Flashback Data Archive. It also keeps metadata on the current rows.
force full database caching mode强制全库缓存模式The caching mode that is manually enabled by executing the ALTER DATABASE ... FORCE FULL DATABASE CACHING statement. Unlike in the default caching mode, Oracle Database caches the entire database, LOBs specified with the NOCACHE attribute.
foreign key外键An integrity constraint that requires each value in a column or set of columns to match a value in the unique or primary key for a related table. Integrity constraints for foreign keys define actions dictating database behavior if referenced data is altered.
foreign key constraint外键约束A constraint in which Oracle Database enforces the relationship between two tables that contain one or more common columns. The constraint requires that for each value in the column on which the constraint is defined, the value in the other specified other table, and column must match. For example, a referential integrity rule might state that an employee can only work for an existing department.
format model格式模型A character literal that describes the format of a datetime in a character string.
free list释放列表A linked list called a free list to manage free space in a segment in manual segment space management (MSSM). For a database object that has free space, a free list keeps track of blocks under the high water mark, which is the dividing line between segment space that is used and not yet used. As blocks are used, the database puts blocks on or removes blocks from the free list as needed.
full index scan全索引扫描An index scan in which the database reads only the root and left side branch blocks to find the first leaf block, and then reads the leaf blocks in index sorted order using single block I/O.
full outer join全外连接A join between two tables that returns the result of an inner join and the result of a left outer join and a right outer join.
full table scan全表扫描A scan of table data in which the database sequentially reads all rows from a table and filters out those that do not meet the selection criteria. The database scans all formatted data blocks under the high water mark (HWM).
function函数A schema object, similar to a PL/SQL procedure, that always returns a single value.
function-based index基于函数的索引An index that computes the value of a function or expression involving one or more columns and stores it in the index.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值