网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 生活知识 知识问答

oralce 体系结构

时间:2026-02-14 18:11:23

1、数据块(data blocks)

 col name format a30

 col value format a20

 select name,value from v$parameter where name = 'db_block_size' ;

数据字典查询oracle 标准数据块

oralce 体系结构

2、数据文件

查询dba_data_files数据字典了解oracle数据文件信息

col file_name for a50;

set linesize 100;

select file_name,tablespace_name from dba_data_files;

oralce 体系结构

3、用户数据文件

col file_name format a50;

col tablespace_name format a20;

select file_name,tablespace_name from dba_temp_files;

oralce 体系结构

4、控制文件

了解控制文件信息

ol name format a60;

select name from v$controlfile;

oralce 体系结构

© 2026 一点知道
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com