摘要:
1.oracle 字典表查询 /*显示当前用户*/show user在sql plus中可用,在pl sql中不可用/*查看所有用户名*/ select username,user_id,created from all_users;/*查看当前用户的用户详情*/ select username,u... 阅读全文
posted @ 2015-07-24 11:37
songjinduo
阅读(799)
评论(0)
推荐(0)
摘要:
1.oracle 查看表空间使用情况1)使用sysdba进入sqlplus --查询表空间使用情况SELECT UPPER(F.TABLESPACE_NAME) "表空间名", D.TOT_GROOTTE_MB "表空间大小(M)", D.TOT_GROOTTE_MB - F.TOTAL_BYT... 阅读全文
posted @ 2015-07-24 11:31
songjinduo
阅读(401)
评论(0)
推荐(1)

浙公网安备 33010602011771号