ORACLE数据库表大全[文].pdfVIP

  • 58
  • 0
  • 约5.35千字
  • 约 4页
  • 2021-10-19 发布于福建
  • 举报
数据字典 dict 总是属于 Oracle 用户 sys 的。 1、用户: select username from dba_users; 改口令 alter user spgroup identified by spgtest; 2、表空间: select * from dba_data_files; select * from dba_tablespaces;// 表空间 select tablespace_name,sum(bytes), sum(blocks) from dba_free_space group by tablespace_name;// 空闲表空间 select * from dba_data_files where tablespace_name=RBS;//表空间对应的数据文件 select * from dba_segments where tablespace_name=INDEXS; 3、数据库对象: select * from dba_objects; CLUSTER 、DATABASE LINK 、FUNCTION 、INDEX 、LIBRARY 、PACKAGE 、PACKAGE BODY 、 PROCEDURE

文档评论(0)

1亿VIP精品文档

相关文档