首页 → 数据库技术
背景:
阅读新闻
ocp题库笔记1z0-052
[日期:2011-12-13]来源:linux社区 作者:uncle_six[字体:]
1 关于undo
数据库可以有一个以上的undo表空间;
undo段可以自动增长,按需shrink
2 关于oracle data dump export和import
import操作同时可以更改表名;
可以在export操作期间重写一个存在的dumpfile。
3 关于无效索引
会被优化器忽略;
只能通过rebuild生效。
4 关于监听
多个监听能运行在一个主机上;
多个数据库能注册在一个监听上。
5 关于addm
addm runs after each awr snapshot is collected automatically by mmon.
the results of the addm analysis are stored in th awr.
6 关于checkpoint
it ensures that all committed data is written to the data files during normal shutdown.
the frequent full checkpoint in a database can cause the overall degradation of the database performance.
7关于b-tree索引
the leaf blocks in the index are doubly linked.
the deletion of a row frin the table cause a logical deletion in index leaf block and the space becomes available for the nre leaf entry.
8 关于会话
multiple transactions can use the same undo segment.
a transaction is assigned an undo segment when it is started.
0
v$transaction——列出系统的活动事务处理
如何理解oracle实例(instance)和数据库(database)的概念
相关资讯 oracle数据库教程
图片资讯
本文评论查看全部评论 (0)
评论声明
最新资讯
本周热门
linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
本站(linuxidc)所刊载文章不代表同意其说法或描述,仅为提供更多信息,,也不构成任何建议。
copyright © 2006-2011 linux公社 all rights reserved 浙icp备06018118号
