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 - PL/SQL Support doesn't work with non-Oracle connections
Summary: PL/SQL Support doesn't work with non-Oracle connections
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: PL SQL (show other bugs)
Version: 7.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks: 201493
  Show dependency tree
 
Reported: 2011-09-02 15:28 UTC by Jiri Rechtacek
Modified: 2014-05-17 09:17 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 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.