If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Backup And Load At The Same Time

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-16-07, 13:38
nivasreddy007 nivasreddy007 is offline
Registered User
 
Join Date: Jun 2007
Posts: 66
Backup And Load At The Same Time

Hi ,


I have a load script that runs every hour and loads the files every hour into the tables. This script is running perfectly well except that it is failing whenever backup is being taken.It is failing with a deadlock error.Cant we do a backup and load at the same time.Below are the error messages::

SQL0911N The current transaction has been rolled back because of a deadlock
or timeout. Reason code "68". SQLSTATE=40001

SQL0911N The current transaction has been rolled back because of a deadlock
or timeout. Reason code "2". SQLSTATE=40001
Reply With Quote
  #2 (permalink)  
Old 07-16-07, 16:40
koganti koganti is offline
Registered User
 
Join Date: Jul 2002
Location: ATL
Posts: 170
You cannot have any one connected if you are doing OFFLINE backup. If you are doing online backup , it is not recommonded to do loads while running the backup
Reply With Quote
  #3 (permalink)  
Old 07-17-07, 14:53
nivasreddy007 nivasreddy007 is offline
Registered User
 
Join Date: Jun 2007
Posts: 66
Its an online backup..So do you say that there is no way that online backup and laod can happen at the same time on a DB. I guess there should be some workaround for that..Any help would be appreciated.
Reply With Quote
  #4 (permalink)  
Old 07-17-07, 19:00
sundaram sundaram is offline
Registered User
 
Join Date: Mar 2006
Posts: 104
Hi,
If online backup occur at a fixed time, then change schedule to skip load during that time.

Regards
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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