What is the perfect toolbox for PL/SQL development?

后端 未结 5 1293
滥情空心
滥情空心 2020-12-30 13:29

I work on two projects with a lot of PL/SQL code since few months.

However, I didn\'t find any really interesting tools to develop on this langage.

For the m

5条回答
  •  感情败类
    2020-12-30 13:55

    I use:

    • Eclipse as the IDE
    • Toby's PLSQL Editor as the PLSQL Eclipse plugin
    • TOAD as the database tool
    • utplsql and OUnit as the unit test framework
    • Ant as the build tool
    • CVS as the source control tool
    • pldoc as the documentation tool
    • CruiseControl as the continuous integration tool

    Toby's PLSQL Editor can do:

    • Syntax highlighting
    • Code completion
    • Load to database
    • Header generation
    • F3 jump to code

提交回复
热议问题