了解Maclean Liu|向Maclean Liu提问 Oracle ALLSTARS 全明星(群内有多位Oracle高级售后support,N位OCM和ACE) QQ群 # QQ群号:23549328 # 已经升级到 2000人群,空位多多。欢迎有一定基础的Oracle骨友加入,现在入群需要经过Maclean的技术面试,欢迎面试,请加QQ号:47079569 为好友参加面试 2群基础群 适合刚入门的同学,会共享最佳入门实践和资料 QQ群 # QQ群号:171092051 # 已经升级到 500人的超级群,空位多多,无需面试
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 118 下一页

2013年3月19日

global cache cr request等待事件

摘要: The session is looking for a consistent read version of data but cannot find it in the local cache. The local instance has made a request to other RAC instances for the data and is waiting on its retu... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(243) 评论(0) 推荐(0)

Index block split等待事件

摘要: When a request for rows from a table is issued, Oracle may determine through the cost-based optimizer, which index access path is best for finding rows in a table. During this index lookup process, if... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(228) 评论(0) 推荐(0)

db file sequential read等待事件

摘要: Waits on 'db file sequential read' normally occur during index lookups when the block is not in memory and must be read from disk. They are generally considered a 'good' read unless the index being us... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(157) 评论(0) 推荐(0)

direct path read等待事件

摘要: Sometimes related to sorting operations, check to see if occurring primarily in temp tablespaces. During Direct Path operations the data is asynchronously read from the database files. At some point t... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(201) 评论(0) 推荐(0)

direct path read temp等待事件

摘要: Often related to sorting operations, check to see if occurring primarily in temp tablespaces.Solutions1) Reading from temp tablespacesIf the database parameter workarea_size_policy = AUTO:Increase the... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(251) 评论(0) 推荐(0)

direct path write等待事件

摘要: Direct path writes allow a session to queue an I/O write request and continue processing while the OS handles the I/O. If the session needs to know if an outstanding write is complete then it waits on... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(125) 评论(0) 推荐(0)

direct path write temp等待事件

摘要: During Direct Path operations, the data is asynchronously written to the database files. At some stage the session needs to make sure that all outstanding asynchronous I/O have been completed to disk.... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(765) 评论(0) 推荐(0)

enq: HW - contention等待事件

摘要: Waits on High Water enqueue occur when allocating space beyond the high water mark of a segment during insert operations. Also, this wait occurs when reclaiming free space in lob segments after delete... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(232) 评论(0) 推荐(0)

enq: JI - contention等待事件

摘要: Sessions waiting on this event are waiting on locks held during materialized view operations (such as refresh, alter) to prevent concurrent operations on the same materialized view.SolutionsA material... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(672) 评论(0) 推荐(0)

enq: RO fast object reuse等待事件

摘要: New to Oracle 10g is the individual tracking of over 180 specific enqueues or internal Oracle locking mechanisms. One of these is the RO enqueue wait event for Object Reuse, and is used to synchronize... 阅读全文

posted @ 2013-03-19 00:47 Oracle和MySQL 阅读(603) 评论(0) 推荐(0)

上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 118 下一页

导航