Oracle sql trace
摘要: http://orafaq.com/wiki/SQL_TraceTracing an entire database To enable SQL tracing for the entire database, execute: ALTER SYSTEM SET sql_trace = true SCOPE=MEMORY;To stop, execute: ALTER SYSTEM SET sql_trace = false SCOPE=MEMORY;Identifying trace files Trace output is written to the database's UD阅读全文
posted @ 2011-07-12 16:12 Figo Fei 阅读(40) | 评论 (0) 编辑
