| 
            
              |  |  System Requirements 
 
                                          PL/SQL Developer will run on   Windows 2000, XP, 2003, Vista and Windows 7. The supported Oracle Server   versions are 7.x, 8.x, 8i, 9i, 10g and 11g on any platform. To connect to an   Oracle database, PL/SQL Developer requires a 32-bit SQL*Net, Net 8, Net 9, Net   10 or Net 11 version. 
 |  
              |    
 |  Trial version You can download a fully   functional 30-day trial version to try out PL/SQL Developer yourself. If after   30 days you can't imagine how you've ever been able to work without PL/SQL   Developer, you can visit our ordering page for   ordering details and price information. We have a customer list available if you want to get an   impression of what organizations are using PL/SQL Developer.
 What's New  PL/SQL Developer 8.0
 PL/SQL Developer is an Integrated Development Environment that is specifically targeted at the development of stored program units for Oracle Databases. Over time we have seen more and more business logic and application logic move into the Oracle Server, so that PL/SQL programming has become a significant part of the total development process. PL/SQL Developer focuses on ease of use, code quality and productivity, key advantages during Oracle application development.
 Powerful PL/SQL EditorWith its Syntax   Highlighting, SQL and PL/SQL help, Object Descriptions, Code Assistant, Compiler   Hints, Refactoring, PL/SQL Beautifier, Code Contents, Code Hierarchy, Code   Folding, Hyperlink Navigation, Macro Library and many other sophisticated   features, the Unicode compliant editor will even appeal to the most demanding   user. Information is automatically presented to you when you need it, or is at   most one click away.
 Integrated DebuggerThe integrated debugger   offers all features you could wish for: Step In, Step Over, Step Out, Run Until   Exception, Breakpoints, View & Set Variables, View Call Stack, and so on.   You can debug any program unit without making any modification to it, including   triggers and object types.
 PL/SQL BeautifierThe PL/SQL Beautifier allows   you to format your SQL and PL/SQL code through a user-defined set of rules. Your   code can automatically be beautified when you compile, save, or open a file.   This feature will increase your coding productivity and will improve the   readability of your PL/SQL code if you are working in large project teams.
 SQL WindowThe SQL Window allows you to enter   any SQL statement or multiple statements and view or edit the results in a grid.   The result grid supports a Query By Example mode to search specific records in a   result set. You can easily recall previously executed SQL statements from a   history buffer. The SQL editor provides the same powerful features as the PL/SQL   Editor.
 Command WindowTo develop and execute SQL   scripts you can use PL/SQL Developer's Command Window. This window has the same   look and feel as SQL*Plus, and additionally has a built-in script editor with   corresponding syntax highlighting. Now you can develop your scripts without the   "edit script / save it / switch to SQL*Plus / run script" cycle, and without   leaving the comfortable PL/SQL Developer IDE.
   |