This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76836 - SQL executor hangs when executing statements
Summary: SQL executor hangs when executing statements
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 00:32 UTC by rptmaestro
Modified: 2008-01-09 19:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rptmaestro 2006-05-25 00:32:59 UTC
The SQL executor hangs I am executing the following statements on two tables:

delete from document;
delete from transaction_log;
commit;

These tables have about 15 records each. The columns consist of varchar2s, 
numbers and a single BLOB in each table.
Comment 1 Andrei Badea 2006-05-26 10:08:25 UTC
Please do a full thread dump when the IDE is hung and attach it to the issue.
Also mention the name and version of the database server and driver you are
using. Thanks.
Comment 2 David Vancouvering 2008-01-09 19:33:35 UTC
Closing this issue, user never responded with more information