摘要: http://serverfault.com/questions/522922/cpu-more-than-100-in-ps-auxexportNLS_LANG="SIMPLIFIEDCHINESE_CHINA.ZHS16GBK"exportLANG="zh_CN.GBK"shell> su - oracleshell> sqlplus /nologshell> conn / as sysdbashell> SQL命令http://networkengineering.stackexchange.com/questions/29 阅读全文
posted @ 2013-11-18 16:36 规格严格-功夫到家 阅读(488) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/jamex/archive/2008/09/08/2899172.aspxto_date如何处理毫秒?如把"1970-01-01 00:00:00.356“,转化成时间,需要保留毫秒数,怎么做?我一般都是用到秒的(to_date('1970-01-01 00:00:00.356','yyyy-mm-dd hh24:mi:ss'))。 毫秒怎么表示啊,请指点!9i以上版本-----------------------------SQL>select to_char(systimestamp,'yyy 阅读全文
posted @ 2013-11-18 15:42 规格严格-功夫到家 阅读(2539) 评论(0) 推荐(0)