07 2022 档案

处理oralce01562.txt
摘要:1、查询表空间使用率: select * from (Select a.tablespace_name,to_char(a.bytes/1024/1024,'99,999.999') total_bytes,to_char(b.bytes/1024/1024,'99,999.999') free_b 阅读全文

posted @ 2022-07-12 11:14 小小小传说 阅读(28) 评论(0) 推荐(0) 编辑

IMP-00058: 遇到 ORACLE 错误 1659 ORA-01659 解决方案
摘要:SELECTa.tablespace_name, --表空间名total, --表空间大小free, --表空间剩余大小(total-free), --表空间使用大小Round((total-free)/total,4)*100 --使用率FROM (SELECT tablespace_name,S 阅读全文

posted @ 2022-07-12 11:12 小小小传说 阅读(960) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示