Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > IBM DB2 > Re: Commit Acti...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 8828 of 9520
Post > Topic >>

Re: Commit Active

by Lennart <Erik.Lennart.Jonsson@[EMAIL PROTECTED] > Apr 25, 2008 at 07:52 AM

On Apr 25, 4:30 pm, "kw.housing" <kw.hous...@[EMAIL PROTECTED]
> wrote:
> hi I have a   "im****t from flatfile into table" command which takes 100
> seconds to
> finish by itself.
>
> However, when I run this im****t under UR  concurrence mode, this im****t
> hangs (but not waiting for lock) with status "Commit Active".
>
> could this be a defect?   (i know it is the bug in my program, but seems
db2
> treats
> this write-only operation using a concurrence level for read)
> .
>
> Another problem is that I try to use "db2 force application
(appl-handle)"
> to kill
> some queries, but this command is not recognized.  I am using  v9.5 on
AIX.
> is this
> a bug?  (see traces below)
>
> $ db2 list application
> Auth Id  Application    Appl.                      Application Id
> DB       # of
>                 Name           Handle
> Name    Agents
> -------- -------------- ----------
--------------------------------------------------------------
>  -------- -----
> user1 db2bp          65603      *N1.perfpol1.080425142549
> TPCD     8
> user1 db2batch       65601      *N1.perfpol1.080425142547
> TPCD     2
>
> $ db2 force application (65603)
> ksh: 0403-057 Syntax error: `(' is not expected.

You need to quote the ( and ). Otherwise ksh tries to evaluate them,
either:

db2 force application \( 65603 \)

or

db2 force application "(65603)"

should work

/Lennart
 




 2 Posts in Topic:
Commit Active
"kw.housing" &l  2008-04-25 10:30:02 
Re: Commit Active
Lennart <Erik.Lennart.  2008-04-25 07:52:10 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 20:46:30 CST 2008.