摘要:
在oracle的sql*plus中,有字段的值不显示为数字: 如下 SQL> select * from v$sysstat where statistic#=331;STATISTIC# NAME CLASS VALUE STAT_ID---------- ----------... 阅读全文
摘要:
#!/bin/bashmyfunc(){ for x in $(ls) do if [ -d "$x" ] ; then kel=`pwd`; echo "$kel/$x目录的数量为"`ls -l "$kel"/"$x" |grep -v total |wc -l`; cd "$... 阅读全文
摘要:
1、确定当前使用的redo文件 SQL> select member from v$logfile where group# = ( select group# from v$log where status = 'CURRENT');MEMBER------------------------... 阅读全文