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 165125 - Impossible to execute PL/SQL
Summary: Impossible to execute PL/SQL
Status: RESOLVED DUPLICATE of bug 206394
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 76790 (view as bug list)
Depends on:
Blocks: 145284
  Show dependency tree
 
Reported: 2009-05-14 06:09 UTC by akiliyevich
Modified: 2012-08-20 08:35 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description akiliyevich 2009-05-14 06:09:43 UTC
It is impossible to execute ORACLE PL/SQL statement. For example:

create or replace package TEST as(

	procedure Test1(
		s in varchar2,
	);
	PRAGMA RESTRICT_REFERENCES (Test1, WNDS);

	procedure Test2(
		s in varchar2,
	);
end;

This command divided by semicolons into the several commands.
Comment 1 Jiri Rechtacek 2009-05-19 20:55:10 UTC
It's one of known limitation of current DB support in NetBeans. It will be consider while planning new feature set for
next releases.
Comment 2 Jiri Rechtacek 2009-10-16 14:10:28 UTC
Reassigned to new owner.
Comment 3 Jiri Rechtacek 2009-10-23 08:52:15 UTC
*** Issue 76790 has been marked as a duplicate of this issue. ***
Comment 4 matthias42 2012-08-20 08:35:05 UTC

*** This bug has been marked as a duplicate of bug 206394 ***