oralce 体系结构

2025-06-04 18:39:35

1、数倌栗受绽据块(datablocks)col name format a30col value format a20select na罪焐芡拂me,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 体系结构
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢