473,506 Members | 14,630 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Commit Active

hi I have a "import from flatfile into table" command which takes 100
seconds to
finish by itself.

However, when I run this import under UR concurrence mode, this import
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.

Jun 27 '08 #1
1 2855
On Apr 25, 4:30 pm, "kw.housing" <kw.hous...@gmail.comwrote:
hi I have a "import from flatfile into table" command which takes 100
seconds to
finish by itself.

However, when I run this import under UR concurrence mode, this import
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
Jun 27 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2604
by: Bob Jones | last post by:
I am using SQL server 2000 with Uniface (4GL). I am running a process which commits every 30 seconds or so on one machine and another user is trying to perform a small update at the same time on...
8
11676
by: Martin Staael | last post by:
When doing a UPDATE on a very large table it can take quite a long time due to the commit/rollback option. Is there any way on the client side to disable the commit/rollback option so that UPDATE...
1
2435
by: Fan Ruo Xin | last post by:
Hi, I ran a couple of testing today. One of them I ran the following: (1). truncate mytbl. (4 db partitions; Version8.1 + FixPak5) (2) run "import from myfile.del of del insert into myble" I...
0
1797
by: Matteo Gelosa | last post by:
I experienced (twice) a problem with db2 for aix 5 64 bits fixpak 9a. Some application was listed with the status "Commit Active" blocking the transaction log a making it full after some time. ...
1
1491
by: Scott Cupstid | last post by:
We are working on a VB.NET application using SQLClient command objects to post data to the underlying SQL Server 2000 database. The application is deployed in a multi-user environment with no more...
9
3133
by: Anurag | last post by:
ENVIRONMENT: ============ (1) AIX 5.2 ML 8 and AIX 5.3 TL 4. (2) DB2 ESE on some servers and DB2 Connect Enterprise Edition on others. QUESTION: ========= I upgrade DB2 on some 15 Production...
7
5192
by: m.gelosa | last post by:
Dear all, I got a problem on db2 for aix running a high workload messaging system with more than 5,000,000 of deliveries per day. During high peak hours it happens frequently that the...
0
3493
by: m.gelosa | last post by:
Dear all, I wrote some weeks ago about a problem with all the committing transactions blocked for many seconds in a Commit Active state. Well, finally I solved it and I just would like to share...
1
3003
by: kw.housing | last post by:
hi I am using DB2 V9.5 but there is a IMPORT transaction that will never be able to commit itself. Its status is forever "Commit Active", and is taking 12% CPU, and not waiting on any lock. ...
0
7105
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7308
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7371
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7023
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5037
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3178
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1534
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
410
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.