MartriWang
unread,Apr 15, 2007, 5:04:23 AM4/15/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FlyCall
1.oracle物理存储结构,主要有三个视图:
1.1 v$controlfile,v$datafile,v$logfile
1.2 desc v$controlfile
1.3 select name,status from v$controlfile;
1.4 参数文件--控制文件---数据文件
|
-----日志文件
2.Oracle内存结构
1.1 SGA(System Global Area)
|
----------------------------------------------------------------
| | | | |
Redo Buffer DB Buffer 大共享区 固定SGA 共享池
| |
------------------------------------ --------------------
| | | | |
默认缓存池 保存缓存池 再生缓存池 库缓存区 字典缓存区
|
--------------------
| |
共享SQL区 PL/SQL区
3.逻辑结构
1.1 block----extent-----segment-----tablespace----datafile