摘要:
--按照数据行数排序select table_name,blocks,num_rows from dba_tables where owner not like '%SYS%' and table_name not like '%$%' and num_rows is not nullorder b... 阅读全文
摘要:
适用于ORACLE11G//获取用户所属的profileSELECT username,PROFILE FROM dba_users;//查看profile的密码有效期 默认是180天SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND... 阅读全文