摘要:
Vi /etc/profile,把下面三行加到profile文件最后 export JAVA_HOME=/usr/local/jdk1.8.0_131 export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar export P 阅读全文
摘要:
SELECT st.text as sql_statement, qs.creation_time as plan_last_compiled, qs.last_execution_time as plan_last_executed, qs.execution_count as plan_exec 阅读全文