IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

parallel roatate partition!!


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Wed Apr 19, 2006 2:43 pm
Reply with quote

hi hav few archive tables .

each tablespace is a partitioned tablespace .

each table has an associated job to rotate its partitions .
whenever these jobs are run simultaneously .
there is an abend with sql code -911
showing contention with other jobs .

i think while rotating partition its taking lock on whole database
is it possible ?

can ne 1 give me a clear idea regarding this .

can't we run two parallel " rotate partition jobs " ?

Thanks in advance
-Kapil .
Back to top
View user's profile Send private message
ragshere

New User


Joined: 20 Dec 2004
Posts: 70

PostPosted: Fri Apr 21, 2006 2:25 pm
Reply with quote

Hi Kapil,
what you mean by rotating the partitions.
If you are interested in parallel load, use load job such that each will load in single partition. so that lock will be on single partition.

Regards
Rags
Back to top
View user's profile Send private message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Fri Apr 21, 2006 6:57 pm
Reply with quote

hi ,
i think i was not tat much clear to u .

actually i m running a querry in batch mode
alter table rotate partitions ending at " date ".

so when i run this querry for two different tables in batch mode .
ie. 2 tables being rotated simultaneously .

then an abend occurs .
with all the details i told u earlier .

so i want to know tat whether its some wealness of db2 . or i m making any mistake .
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts DROP & ALTER PARTITION-PBR DB2 0
No new posts Rotate partition-logical & physic... DB2 0
No new posts Parallel Sysplex - subprogram execution CICS 7
No new posts Prod parallel execution on mainframe ... CICS 1
No new posts DB2 - row_number function - Need 1st ... DB2 5
Search our Forums:

Back to Top