facebook

Stored procedure creation or at least viewing.

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #209977 Reply

    Hi All,

    I currently use Rapid SQL by Embarcadero to do database related work but I have just tired and really like the DBedit plug-in much better except it does not seem to support viewing or editing stored procedureds. Are there any plans to add this feature to DBedit or is there an alternative plugpin for eclipse that does this?

    Thanks,
    David.

    #209997 Reply

    Scott Anderson
    Participant

    David,

    Interesting request. I’m not really sure if we were moving that direction or not. You see, we basically target Java developers and most of those that I know (myself included) would simply hurt ourselves if we could write stored procedures. 🙂 Besides, is that part of the SQL standard or does each database vendor do something different?

    #210031 Reply

    thatfield
    Member

    I have to agree with David, being able to view/edit/create stored procedure packages would be a great feature. Going a step further, the ability to debug/test stored procedures would be even better. I was using JFaceDbc (which you can view packages) until it went commercial for Eclipse 3. I also tried using QuantumDB (again no ability to view packages). And I’m a Java developer working on a J2EE project where we have to write our own stored procedures. I’m not sure about the standards for stored procedures, but Oracle support would be great for me 😀 .

    -Terrance

    #210334 Reply

    support-jeff
    Member

    I was using JFaceDbc (which you can view packages)

    If JFaceDBC supported package viewing, then the ME DB Explorer does as well (or should). The latter is based on SQLExplorer which in turn is derived from JFaceDBC. How does/did one access this info in JFaceDBC? Was this an oracle-specific extension? I know JFaceDBC uses so-called “plugins” (not eclipse plugins, but rather a “proprietary” mechanism) which we did not pull into the DB Explorer. If so, we can definitely explore further.

    ——————————————-
    jeff
    MyEclipse Support

    #210337 Reply

    snpe
    Member

    You can’t included oracle plugin – it is simple – You are include hibernate plugin and not editor extension and oracle

    regards

    #210354 Reply

    thatfield
    Member

    Check out http://www.pratocity.com/index.jsp?mod=/jface/jfacedbc.jsp&mod2=oracle.jsp
    JFaceDbc uses an oracle extension for viewing procedures, functions, etc…

    – Terrance

    #210355 Reply

    snpe
    Member

    Hello,
    oracle extensions don’t work with myeclipse – I try add jar file from sqlexplorer – Myeclipse change dababase view and it don’t work now
    It work with sqlexplorer – sqlexplorer.dev.java.net

    regards

    #210424 Reply

    support-jeff
    Member

    Yes, I perpetrated some serious refactoring of the sqlexplorer plugin for MyEclipse. It does not surprise me that it broke the oracle “plugin” … I have no oracle db to play with. The real target was the basic db exploring and hibernate support. I will enter this as an enhancement request in our issue tracker.

    #210443 Reply

    thatfield
    Member

    Thanks for putting the request in Jeff.

    – Terrance

    #218761 Reply

    john
    Member

    I realize this is an old topic, but I just wanted to add a vote for viewing of Stored Procedure / Package source. I haven’t tried JFaceDBC or SQLExplorer, but I’m currently annoyed with PL/SQL Developer and would love an in-Eclipse alternative.

    Also, I don’t know how the SQLExplorer Oracle extension works, but it would be great if it used the DBA_SOURCE view for source viewing. I don’t know enough about Oracle to know what the alternatives are, but due to restrictive permissions established by our DBA team, I can’t see package body source in TOAD and can only see it in PL/SQL Developer when I choose the “Use DBA Views if available” option.

    #218793 Reply

    nat101
    Member

    You see, we basically target Java developers and most of those that I know (myself included) would simply hurt ourselves if we could write stored procedures. 🙂

    I couldn’t agree with you more -for a variety of reasons-.. And yes, I have worked with Oracle and stored procedures, including java stored procedures. (Oracle has a built-in jvm in the database.)

    Having said that, I am in full sympathy with those that have to maintain systems that use them (and there are many out there), and being able to create/edit/deploy them from the ide, is very nice. (jDeveloper does this.) But as you said, this is not the base target for MyEclipse.

    My $0.02.
    -nat

    #219226 Reply

    support-jeff
    Member

    Oracle support is coming with 3.8.3 in early December. Will include stored proc creation and editing support, as well as support for creating and editing functions, packages, triggers, and much more.

    #219257 Reply

    nat101
    Member

    Wow!

    #219258 Reply

    Riyad Kalla
    Member

    See what happens when you push Jeff? 😛

    #219411 Reply

    stchome
    Participant

    @support-jeff wrote:

    Oracle support is coming with 3.8.3 in early December. Will include stored proc creation and editing support, as well as support for creating and editing functions, packages, triggers, and much more.

    View clobs?

Viewing 15 posts - 1 through 15 (of 18 total)
Reply To: Stored procedure creation or at least viewing.

You must be logged in to post in the forum log in