您的位置:首页 > 数据库 > Oracle

Oracle dba 入门

2010-09-06 16:06 281 查看
1、connection是用户端 和服务器端的连接,session是经过认证后用户端一直到数据库端的连接,线路更长。

2、oracle server 包括: instance database

3、oracle instance 包括 :sga background process

4、oracle database 三种文件 :control file, data file,online redo log file

5、database 文件结构 : tablespace segments extend block

6、sga 缓存 : shared pool( library cache,data dictionary cache) ,database buffer cache, redo log buffer cache,large pool ,java pool
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: