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
本文详细介绍了 Oracle 数据库的基本组成部分,包括 connection 和 session 的区别、Oracle server 的组成、Oracle instance 的构成元素、Oracle database 的三种文件类型以及数据库文件结构等。此外还探讨了 SGA 缓存的具体内容。
282

被折叠的 条评论
为什么被折叠?



