Connecting Tech Pros Worldwide Help | Site Map
 
 
LinkBack Thread Tools Search this Thread
  #1  
Old November 12th, 2005, 06:03 AM
Jane
Guest
 
Posts: n/a
Default Message : DIA8309C Log file was full.

We are on DB2 8.1 FixPack 3 and getting "DIA8309C Log file was full"
during testing. I understand long running updates/inserts without
commit or rollback can cause this issue. But ..

1)Can a long running transaction with only SELECT statements cause the
Log to become full? Do we need to commit SELECT statements? The
transaction has many SELECT statements and can last for days without
doing a commit. All SELECTs have 'for read only' clause except one.

2)Can a transaction that calls Stored Procedures with "CURSOR WITH
RETURN TO CLIENT" cause Log to become full? The procedure returns the
results of SELECT statement done with 'for read only' clause.

Thanks for the help.
-Jane
  #2  
Old November 12th, 2005, 06:04 AM
Anton Versteeg
Guest
 
Posts: n/a
Default Re: Message : DIA8309C Log file was full.



Jane wrote:
[color=blue]
>We are on DB2 8.1 FixPack 3 and getting "DIA8309C Log file was full"
>during testing. I understand long running updates/inserts without
>commit or rollback can cause this issue. But ..
>
>1)Can a long running transaction with only SELECT statements cause the
>Log to become full? Do we need to commit SELECT statements? The
>transaction has many SELECT statements and can last for days without
>doing a commit. All SELECTs have 'for read only' clause except one.
>[/color]

Yes, select statements can issue row locks.
Try to use the UR (dirty read) isolation level.
[color=blue]
>
>2)Can a transaction that calls Stored Procedures with "CURSOR WITH
>RETURN TO CLIENT" cause Log to become full? The procedure returns the
>results of SELECT statement done with 'for read only' clause.
>[/color]

Same as 1.
[color=blue]
>
>Thanks for the help.
>-Jane
>
>[/color]

--
Anton Versteeg
IBM Certified DB2 Specialist
IBM Netherlands


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 205,335 network members.