强烈建议你用PL/SQL DeveloperPL/SQL Developer is an Integrated Development Environment (IDE) for developing stored program units in an Oracle Database. Using PL/SQL Developer you can conveniently create the server-part of your client/server applications.
As a worst-case scenario, up to now you might have been working like this:You use a text editor to write program units (procedures, triggers, etc.).You use Oracle SQL*Plus to compile the source files.If there is a compilation error, you have to find out where it is located in the source file, correct it, switch back to SQL*Plus to recompile it, only to find the next error.You use SQL*Plus or the client-part of your application to test the program unit.In case of a runtime error, again you have a hard time locating the cause of the problem and correcting it. You use the Explain Plan utility or tkprof to optimize your SQL statements.To view or modify other objects and data in your database, you use SQL*Plus or yet another tool.

解决方案 »

  1.   

    These tasks - editing, compiling, correcting, testing, debugging, optimizing and querying - can all be performed without leaving PL/SQL Developer's IDE.
      

  2.   

    sql navigator 专业版更好,还带对语句的格式化和版本控制功能
      

  3.   

    pl/sql developer
    是个非常好的工具
      

  4.   

    pl/sql developer
    是个非常好的工具Toad
    rapid SQL
    object brower
      

  5.   

    我用pl/sql developer也有不方便的地方
    比如编译包的时候,有时候它不报错,以为编译通过了,可其实是有错的
    不知道是不是我不会用