时间:2021-07-01 10:21:17 帮助过:19人阅读
2 关于Oracle Data Dump export和importimport操作同时可以更改表名;可以在export操作期间重写一个存在的dumpfile。
首页 → 数据库技术
背景:
阅读新闻
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.
v$transaction——列出系统的活动事务处理
如何理解Oracle实例(instance)和数据库(database)的概念
相关资讯 oracle数据库教程
图片资讯
本文评论 查看全部评论 (0)
评论声明
最新资讯
本周热门
Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
本站(LinuxIDC)所刊载文章不代表同意其说法或描述,仅为提供更多信息,,也不构成任何建议。
Copyright © 2006-2011 Linux公社 All rights reserved 浙ICP备06018118号