IDE PL / SQL Developer v13.0 new features (a) - Editor enhancements

PL / SQL Developer is an integrated development environment developed specifically for the Oracle database stored program units being used. It focuses on developing tools easy to use, concise code and develop high efficiency, very easy to use.

PL / SQL Developer has now been updated to version 13.0, which updates a lot of new features, now look at what features you want to have it - maybe it ~

Load Test

Use the new Load Tester tool, you can perform stress tests and concurrency testing for Oracle data and programs. This allows you to find performance problems and solve the problem of multi-user program and test optimization results.

You can define steps, sub-steps and cycles to execute specific SQL statements, or to mimic the behavior of a particular user application PL / SQL block. For each step, you can define the execution properties, such as SQL text, repeat and delay, and generating random data or data acquisition variable from the previous step:

1pls130loadtester1.png

You can specify the number of concurrent threads to execute these steps, and what Oracle account should be used. Performance results can be viewed in real time as text, bar or line chart:

2pls130loadtester2.png

Editor Enhancements

  • After using Alt-select columns were selected, you can now type new text for the column. Type the new text will be repeated on each row of the selected column.

  • You can now increase or decrease the font size of the editor by pressing Ctrl +/- on the numeric keypad.

  • "Go to line" functions can now choose from a beginning of the text, the SQL cursor position or relative movement start position:

3pls130gotoline.png

  • When the cursor is inserted into the list of columns, the editor will highlight the appropriate value of the expression. Previously this list only when the cursor is valid when the value is inserted.

  • Editor Now when you click on the table name in the statement, highlight all events table.column select statement:

4pls130tablehighlight.png

  • Editor Now when you click the statement field, highlight all field events select statement:

5pls130fieldhighlight.png

  • Added function keys folding and unfolding operations.

  • We added a new "Duplicate rows" function key.

  • We added a new "Editor: The first character line" function key.

  • We added a new "Remove unindents" preferences. When enabled, press the Delete key to delete all tabs and spaces to the right of the cursor position.

Code Assistant Enhanced

  • We added a new "filtering method" option. You can set it to "Contains" to show all items containing text filter, you can also set it to "Starts with" to display all items in a filter text at the beginning of the (previous behavior):

6pls130codeassistantfilter.png

  • Now, Code Assistant will type the @ in the command window displays a directory listing:

7pls130codeassistantdirectory.png

Enhanced Find and Replace

  • When using regular expressions, in the replacement text adds support for special characters (such as \ t) and sub-expressions (for example, $ 1).

  • There are regular expressions recall the history alone.

  • Now, use regular expressions to find and replace text text syntax for the select list as follows:

8pls130regexp.png

PL / SQL Developer v13.0 new function is not yet over, please pay attention to the follow-up content oh ~


Guess you like

Origin blog.51cto.com/14467432/2426915