SQL tab

Sometimes you need to execute some extra SQL statements.
The statements will be executed on your connections that you are defined in Connection Preferences on your selected database.

For example:
We done a recompilation on a view.
Now we need some extra grants on this view.
We write the statement and press the execute SQL statement button or press F9 on keyboard.

If the SQL statement has no errors the execution will done, else a error message will be shown on the console tab.