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

COPY PENDING after Laoding


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

New User


Joined: 07 Apr 2005
Posts: 56

PostPosted: Sat Jun 28, 2008 3:27 am
Reply with quote

Hi experts,

Can there is any way so we can prevent our db2 objects to go in copy pending status after running a load utility to load tables in DB2 database ?

Is there any parameter which we can set in load job to keep database in normal condition after loading?

Please assist.

Thanks
Back to top
View user's profile Send private message
vebs

New User


Joined: 27 Oct 2007
Posts: 19
Location: UK

PostPosted: Sat Jun 28, 2008 4:28 am
Reply with quote

You can set the logging option on, it will allow TS to be in RW condition. But this option is not recommended if you are loading more then 1000 rows, as it will affect performance adversely.

And ONLY IN TEST REGION, you could remove copy pending by running a repair on the tablespace.

Was there any particular requirement around this.
Back to top
View user's profile Send private message
plkanth_526

New User


Joined: 01 Jun 2008
Posts: 7
Location: Bangalore

PostPosted: Mon Jun 30, 2008 12:37 pm
Reply with quote

Use LOAD LOG NO NOCOPYPEND to keep the tablespace in RW status once load completes.Tablespace will be available.

But it is advisable to run ic after the load with log no as data will be recoverable.
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 VB to VB copy - Full length reached SYNCSORT 8
No new posts SCOPE PENDING option -check data DB2 2
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts DB2 Table - Image copy unload IBM Tools 2
Search our Forums:

Back to Top