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

Summary: Impossible to execute PL/SQL
Product: db Reporter: akiliyevich <akiliyevich>
Component: SQL EditorAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 145284    

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 ***