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 201574

Summary: PL/SQL Support doesn't work with non-Oracle connections
Product: db Reporter: Jiri Rechtacek <jrechtacek>
Component: PL SQLAssignee: issues@db <issues>
Status: NEW ---    
Severity: normal    
Priority: P1    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 201493    

Description Jiri Rechtacek 2011-09-02 15:28:11 UTC
IMHO it's most urgent blocker. PL/SQL Support registers own data loader for .sql extension which cannot delegate to original data loader for non-Oracle connections. It prevents users to work with IDE.
Comment 1 _mahmoud 2014-05-17 09:17:12 UTC
PL/ SQL will not work with another RDBMS because every system has it own syntax and rules. you need to make buffer (model) that change SQL pl /SQL to MySql or microsoft sql server T-sql. in order to make it you must use patter recognition or built-in text vaulations function.