在Oracle database 12c 中引入V$EVENT_NAME 視圖新增字段DISPLAY_NAME,該字段用以更詳細地解釋對應的等待事件:
<code>DISPLAY_NAME</code>
<code>VARCHAR2(64)</code>
A clearer and more descriptive name for the wait event that appears in the
本文轉自maclean_007 51CTO部落格,原文連結:http://blog.51cto.com/maclean/1278579