Menu

Feedbacks

Anonymous

Related

Wiki: Home

Discussion

<< < 1 2 3 > >> (Page 2 of 3)
  • Anonymous

    Anonymous - 2009-08-10

    Originally posted by: psc...@gmail.com

    The Oracle database I use is accessed via the oracle.lite.poljdbc.POLJDBCDriver which needs its own library jar and custom jdbc connection string

    Can't you re-use the standard Services --> Databases tab and connection logic? This would make it more standard.

     
  • Anonymous

    Anonymous - 2009-08-10

    Originally posted by: psc...@gmail.com

    oops, ignore that, it seems oracle lite doesn't support pl/sql!

     
  • Anonymous

    Anonymous - 2010-01-25

    Originally posted by: Den.Bosh.300@gmail.com

    hello, great plugin, but I can not use, because that tells me is needed memory in the heat more memory, it asks me 500mb. please help, or how I can change that to use it. Please, if anyone can help, write me at den.bosh.300@gmail.com, thanks.

     
  • Anonymous

    Anonymous - 2010-03-11

    Originally posted by: wgtm.pet...@gmail.com

    Is there a way to edit without having a connection to a server? how about just editing files .sql instead of live connection

     
  • Anonymous

    Anonymous - 2010-03-11

    Originally posted by: alexan...@sumsoftsolutions.com

    You could edit .spc .bdy .prc .fnc .pks .pkb .trg .tps .tpb files without connecting to a DB server. Extension .sql is already registered by other Netbeans module.

     
  • Anonymous

    Anonymous - 2010-03-11

    Originally posted by: wgtm.pet...@gmail.com

    could you also edit a sqlplus type file with spec and body in same file? and with / show errors prompt after spec and after body create I want to edit files that will later be used from sqlplus to add to a server.

     
  • Anonymous

    Anonymous - 2010-03-11

    Originally posted by: alexan...@sumsoftsolutions.com

    No, the SQL+ syntax is not supported.

     
  • Anonymous

    Anonymous - 2010-03-11

    Originally posted by: wgtm.pet...@gmail.com

    auhhhhh , thats too bad :) now i just edit en dan use diff to create my .sql sqlplus files! works finee

     
  • Anonymous

    Anonymous - 2010-08-25

    Originally posted by: Dyle...@gmail.com

    This is ONE great plugin that I use most. Do you have any plan to include PL/SQL beautifier? Thanks!

     
  • Anonymous

    Anonymous - 2010-08-26

    Originally posted by: alexan...@sumsoftsolutions.com

    I will put the "nice" formatting feature for PL/SQL code in my to-do list.

     
  • Anonymous

    Anonymous - 2010-09-26

    Originally posted by: VyaS...@gmail.com

    круто, молодец!

     
  • Anonymous

    Anonymous - 2010-11-05

    Originally posted by: kris.sco...@gmail.com

    I just downloaded your plugin this AM. I've been using it in NetBeans? 7.0M2. Setup was easy (after rebuilding from source after changing a module specification version due to the NetBeans? version).

    Here's a patch for a missing feature. To get the toggle-comment functionality working, add the following to org.netbeans.modules.languages.pl_sql.PLSQLLanguage:

    @Override
    public String getLineCommentPrefix()
    {
        return "--";
    }
    

    There is a more correct way to do this (with a CommentHandler?) but this approach works fine.

    Also, I wonder why all the actions are defined as non-asynchronous. I'll probably get tired of all the blocking going on (the database I work on is anywhere from 200ms to 800ms away in latency) and recompile at some future point. If I get to that point, I'll put in progress handles too.

    Thanks for the great plugin, it has made my day.

    -Kris

     
  • Anonymous

    Anonymous - 2011-02-03

    Originally posted by: maggi_kp...@web.de

    Hi, nice plugin but im getting Syntax Erros when using named notation:

    procedure_name

    (formal_parameter1 => actual_parameter1 ,formal_parameter2 => actual_parameter2 ,formal_parameter3 => actual_parameter3

    );

     
  • Anonymous

    Anonymous - 2011-02-03

    Originally posted by: alexan...@sumsoftsolutions.com

    At least PL/SQL Editor Version 2 supports such syntax and shows no error…

     
  • Anonymous

    Anonymous - 2011-05-03

    Originally posted by: adoj...@gmail.com

    Some plugins require plugin Editor Library to be installed. The plugin Editor Library is requested in version >= 2.10.1.10.2 (release version 2) but only 3.8.1.13.8 (of release version different from 2) was found. The following plugin is affected:        (nb 7)

     
  • Anonymous

    Anonymous - 2011-05-16

    Originally posted by: andresco...@gmail.com

    Hi! I installed this on Netbeans 7.0 and now I can't connect to Oracle either through the new "Oracle" panel or through the "classic" "Services" panel. When I try to connect it just timeouts after a long time trying. This same connection target works properly on SQLDevelopter, TOAD and it worked fine on netbeans 6.9. I don't think I tried to connect from NB 7.0 before installing your plugin so I don't really know who's at fault. Could it be related to the oracle-jdbc_thin_11.1.0.7.0_1.2.nbm in the bundle? Is there any way to unistall this? (It's not listed on "plugins" on NB). Have you ever seen something like this? Thanks a lot!!

     
  • Anonymous

    Anonymous - 2011-05-16

    Originally posted by: haa...@onefreevoice.com

    I would also like to edit a SQL*Plus type file with both the spec and body in it. What is the limitation? Is it something that could be hacked into a slightly different version?

     
  • Anonymous

    Anonymous - 2011-05-17

    Originally posted by: alexan...@sumsoftsolutions.com

    I would also like to edit a SQL*Plus type file with both the spec and body in it. What is the limitation? Is it something that could be hacked into a slightly different version?

    If you know a good SQL*Plus grammar for ANTLR it’s not a big problem to create corresponding editor for Netbeans.

     
  • Anonymous

    Anonymous - 2011-05-17

    Originally posted by: alexan...@sumsoftsolutions.com

    Hi! I installed this on Netbeans 7.0 and now I can't connect ...

    Please send me (in e-mail) your connection properties from SQL Developer. What Oracle DB version do you have?

     
  • Anonymous

    Anonymous - 2011-09-08

    Originally posted by: thiebaut...@gmail.com

    Hi,

    I try this modules in netbeans 7.0.1, It seems interesting, I use sqldeveloper3 too. It is very good idea, but we can't run a PL/SQL proc or function with parameters. the connection is easy, i must download the zip version, the module into the plugin manager doesn't work, it depends on something but what ???? plugin manager -> error depend on {O} or {1} ???

    It seems to be missing the autocomplete option, future ... EXTRACT(DAY FROM SYSDATE) AND EXTRACT(DAY FROM SYSDATE) the world DAY, MONTH AND YEAR seem to be errors, but in sqldevelopper not trouble.

    It's GREAT !

    Olivier

     
  • Anonymous

    Anonymous - 2011-09-08

    Originally posted by: thiebaut...@gmail.com

    that's what I did

    thanks

     
  • Anonymous

    Anonymous - 2012-01-03

    Originally posted by: fadi.a.s...@gmail.com

    is there a way to browse the database tables in this plugin?

     
<< < 1 2 3 > >> (Page 2 of 3)

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.