原文:oracle查询表空间的位置

以上SQL代码可以查询出表空间的所在路径和表空间的其他信息 ...

2018-04-26 10:02 0 13663 推荐指数:

查看详情

oracle 查询空间

测试用户连接C:\Users\ZP>sqlplus /nologconn hbcxuser/hbcxpass --查看所有空间 select * from user_tablespaces--查看数据库里面所有用户,前提是你是有dba权限的帐号,如sys,system select ...

Wed Oct 30 17:37:00 CST 2019 0 704
oracle空间相关统计查询

部分转自 https://www.cnblogs.com/xwdreamer/p/3511047.html--查询空间使用情况SELECT UPPER(F.TABLESPACE_NAME) "空间名", D.TOT_GROOTTE_MB "空间大小(M)", D.TOT_GROOTTE_MB ...

Fri May 24 20:16:00 CST 2019 0 2421
Oracle 空间查询与操作方法

一。查询篇 1.查询oracle空间的使用情况 select b.file_id  文件ID,   b.tablespace_name  空间,   b.file_name     物理文件名,   b.bytes       总字节数,   (b.bytes-sum(nvl(a.bytes ...

Tue Mar 01 21:40:00 CST 2016 0 10624
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM