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 193582 - Impossible to delete Oracle database rows
Summary: Impossible to delete Oracle database rows
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Windows 3.1/NT
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-18 19:24 UTC by _ pandajava
Modified: 2010-12-21 10:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error message when deleting records (16.23 KB, image/png)
2010-12-18 19:25 UTC, _ pandajava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pandajava 2010-12-18 19:24:47 UTC
[ JDK VERSION : 1.6.22 ]

This command run fine on editor : 
delete from   [table] where  [condition]; 
commit ; 

but if you want to execute the same commande with "Delete Selected Record(s)" 
in the grid an error dialog appears showing it is impossible to delete.

Message : Error  code 942, SQL state 42000
Delete command failed: ORA-00942
Comment 1 _ pandajava 2010-12-18 19:25:49 UTC
Created attachment 104249 [details]
Error message when deleting records
Comment 2 Jiri Rechtacek 2010-12-21 10:22:16 UTC
Please, try with latest builds of IDE (describe build number of IDE on which are you testing). Probably it have been fixed recently. Thanks