otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Installation and Upgrades Getting past the first step - installing and upgrading OTM / G-Log.

Tags:

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 7th, 2007, 00:39
Junior Member
 
Join Date: Jun 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
CDrozdowski is on a distinguished road
V4.5 Migration/Upgrade Part 3

Hi the third...

Again how to influence the commit count for ALTER_TABLE.POP

This time the mig31248 process:

From the log for Test DB1:

START of mig31248 23:34:53
Pop of SS_STATUS_HISTORY.SHIPMENT_STOP_NUM for value (SELECT STOP_SEQU
ENCE FROM IE_SS_STOP WHERE IE_SS_STOP.I_TRANSACTION_NO = SS_STATU...6 Hr 28 Mi
14 Sec
Pop of SS_STATUS_HISTORY.EVENT_LOCATION_GID for value (SELECT LOCATION
_GID FROM SHIPMENT_STOP STOP WHERE STOP.SHIPMENT_GID = SS_STATUS_...6 Hr 53 Mi
39 Sec
END of mig31248 Elapsed Time: 13 Hr 21 Mi 53 Sec
_



Tables: IE_SS_STOP 5.5 million
SS_STATUS_HISTORY Test DB1 5.5 million Test DB 2 12 million Prod: 6.5 million
SHIPMENT_STOP 1.3 million

Mig31248 code:

From: create_dbmigrate_45.sql

PROCEDURE mig31248 IS
BEGIN

ALTER_TABLE.POP('SS_STATUS_HISTORY','SHIPMENT_STOP_NUM',
'(SELECT STOP_SEQUENCE FROM IE_SS_STOP WHERE IE_SS_STOP.I_TRANSACTION_NO = SS_STATUS_HISTORY.I_TRANSACTION_NO)');

ALTER_TABLE.POP('SS_STATUS_HISTORY','EVENT_LOCATION_GID',
'(SELECT LOCATION_GID FROM SHIPMENT_STOP STOP WHERE STOP.SHIPMENT_GID = SS_STATUS_HISTORY.SHIPMENT_GID AND '||
'STOP.STOP_NUM = SS_STATUS_HISTORY.SHIPMENT_STOP_NUM)');

END mig31248;

much thanks,
catharine
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old June 7th, 2007, 20:40
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: V4.5 Migration/Upgrade Part 3

Since the solution to this issue is essentially the same as v4.5 Migration/Upgrade Part 1 (V4.5 Update and Migration Question Part 1), I'm going to link back to our conversation there, for the rest of the forum users:
v4.5 Migration/Upgrade Part 1 (V4.5 Update and Migration Question Part 1)
Thank you for identifying these additional bottlenecks in the migration process!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
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
BPEL .jar files for OTM - Part/Patch Numbers rkuruba OTM / EBS / JDE E1 Integration 3 September 8th, 2007 04:16
Optimizing GC3 v5.0 Performance - Part 1 chrisplough Performance, Scalability and HA 6 August 30th, 2007 19:57
V4.5 Update and Migration Question Part 1 CDrozdowski Installation and Upgrades 2 June 7th, 2007 20:33
V45 Update/Migration Questions Part 2 CDrozdowski Installation and Upgrades 1 June 7th, 2007 20:28
[SOLVED] Upgrade to v5.5 Deuel, Michelle L Email List Archive 1 February 13th, 2007 01:49



All times are GMT. The time now is 21:51.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


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