摘要: select username,account_status from dba_users where account_status='OPEN'; 阅读全文
posted @ 2019-10-17 15:51 笑傲运维 阅读(518) 评论(0) 推荐(0)
摘要: 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 @ 2019-10-17 15:45 笑傲运维 阅读(206) 评论(0) 推荐(0)