随笔分类 - Oracle设计
[转]数据库范式的设计
摘要:数据库范式的设计 关系数据库就是通过二维表(行和列)来保存数据。实体:现实世界中客观存在并可以被区别的事物。比如“一个学生”、“一本书”、“一门课”等等。值得强调的是这里所说的“事物”不仅仅是看得见摸得着的“东西”,它也可以是虚拟的,不如说“老师与学校的关系”。属性:教科书上解释为:“实体所具有的...
阅读全文
Using System Partitioning
摘要:Using System PartitioningSystem Partitioning enables you to create a single table consisting of multiple physical partitions. System partitioning does...
阅读全文
Client Result Cache
摘要:Client Result CacheOCI applications can use client memory to take advantage of the OCI result cache to improve response times of repetitive queries.Th...
阅读全文
[转]闪回数据归档
摘要:闪回数据归档:概览闪回数据归档是一种历史记录数据存储。Oracle Database 11g通过新的闪回数据归档后台进程FBDA自动跟踪和归档启用了闪回数据归档的表中的数据。使用此功能可满足超过还原保留期的长期保留要求。闪回数据归档可确保闪回查询能够获得对数据库对象版本的SQL 级别访问权限,而不会...
阅读全文
[转]Oracle DB 临时表
摘要:临时表• 会话或事务处理结束时会自动清除存储数据• 为每个会话提供专用数据存储• 可供所有会话使用,而不影响各个会话的专用数据如果需要存储专用数据以执行某一任务,而且要在执行该任务后,事务处理或会话结束时清除数据,则可以利用临时表。临时表提供了这种功能,这样你不必在其它会话中隐藏数据,也不必在结束时...
阅读全文
[转]Oracle DB 索引
摘要:索引是数据库对象,可以通过创建索引来提高一些查询的性能。在你创建主键或唯一约束条件时,服务器会同时自动创建索引。索引索引具有以下特点:• 是一个方案对象• Oracle Server 可用来通过指针加快行检索速度• 可通过使用快速路径访问方法迅速找到数据来减少磁盘的输入/ 输出(I/O)• 与建立索...
阅读全文
About Secure Application Roles
摘要:A secure application role is a role that can be enabled only by an authorized PL/SQL package. This package defines one or more security policies that ...
阅读全文
About External Tables
摘要:Oracle Database allows you read-only access to data inexternal tables.External tablesare defined as tables that do not reside in the database, and can...
阅读全文
浙公网安备 33010602011771号