otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
 Follow New Posts:Twitter
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTM Wiki

OTM SIG
OTM Wiki
MavenWire

Go Back   Oracle OTM / G-Log GC3 Community Support > OTM SIG Topics > Share Oracle Enchancements, Issues and Bugs
Reload this Page

Index on I_TRANSACTION_NO are missing on XXX_STATUS_HISTORY tables


Share Oracle Enchancements, Issues and Bugs This forum is for sharing Oracle Enhancements, Issues and Bugs with other members of the OTM SIG Community to gain greater visibility and help push towards a timely resolution.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 15th, 2009, 09:18
Senior Member
 
Join Date: Apr 2008
Location: Taiwan
Posts: 205
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 12
Thanked 93 Times in 71 Posts
Rep Power: 3
josephliang will become famous soon enoughjosephliang will become famous soon enough
Send a message via MSN to josephliang Send a message via Skype™ to josephliang
Index on I_TRANSACTION_NO are missing on XXX_STATUS_HISTORY tables

Bug 8360003: ADD INDEX ON I_TRANSACTION_NO ON SS_STATUS_HISTORY - fixed by 5.5 CU5 RU5

Bug 8418657: FP 5.5.05.05-6.0:ADD INDEX ON I_TRANSACTION_NO ON SS_STATUS_HISTORY - fixed by 6.0.2

Bug 8518895: ORDER RELEASE EVENTS QUEUE BACKLOG DUE TO LACK OF INDEX - REQUEST TO ADD INDEX - fixed by 5.5 CU6

Missing indexes in Event tables may cause performance downgrade. If you can not upgrade to fixed version, you can manually add the following indexes:
Code:
CREATE INDEX "GLOGOWNER"."IX_SSH_I_TRANSNO_GID" 
ON "GLOGOWNER"."SS_STATUS_HISTORY"
("I_TRANSACTION_NO")  TABLESPACE "INDX" ;
 
CREATE INDEX "GLOGOWNER"."IX_ORSH_I_TRANSNO_GID" 
ON "GLOGOWNER"."ORDER_RELEASE_STATUS_HISTORY"
("I_TRANSACTION_NO")  TABLESPACE "INDX" ;
Reference:
Metalink Note ID 797844.1 - Shipment Events Threads are Backed Up Due to Lack of Index on SS_STATUS_HISTORY
Metalink Note ID 830896.1 - Processing a Batch of Order Release Event Messages Causes Orsevents Queue to be Backlogged
__________________
--
Joseph Liang
Enterprise Integration, Inc.

http://www.eiisolutions.net/

Last edited by josephliang; December 16th, 2009 at 03:17.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up a fuel surcharge based on percentage of base costs and DOE index EmergeNow Rating 1 December 7th, 2009 21:34
EBS PO to OTM OB - Weight and Volume Missing vsevs OTM / EBS / JDE E1 Integration 2 May 11th, 2009 23:33
i_transaction_no column in the i_log table with -1 value LenDB2 Performance, Scalability and HA 1 August 6th, 2008 07:11
Stacking Index field on Items does not appear new_otm Data Loading 0 April 15th, 2008 14:59
Order Releaseline gid missing nikesh mohanlal Order Processing 5 April 8th, 2008 11:05



All times are GMT. The time now is 13:57.
Copyright © 2006-2009, Open Book Solutions LLC. All rights reserved.


Inactive Reminders By Icora Web Design

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40