全部博文(535)
发布时间:2014-09-25 11:33:56
http://docs.oracle.com/cd/E19253-01/819-7065/Oracle Solaris ZFS 管理指南Book Information索引前言第 1 章 Oracle Solaris ZF.........【阅读全文】
发布时间:2014-09-05 14:45:44
cat ora_admin.shshutdown_ora(){ps -ef|grep lsnr|grep -v grep|awk -v ora_user="$USER" '$1==ora_user{print $(NF-1)}' >~/lsnr.$USERps -ef|grep pmon|grep -v grep|awk -v ora_user="$USER" '$1==ora_user{print $NF}'|awk -F _ '{print $NF}' >~/sid.$USERcat ~/sid.$USER|while read siddoexport ORACLE_.........【阅读全文】