Few questions

sako

Member²
Hi to All.
I have few questions on PL/SQL Devepoler behaviour/preferences.
1. Is there please any possibility to jump into data grid directly after execution of sql statement? I created shortcut to switch between statement and grid, but jump to grid after execution seems to me better option.

2. PL/SQL Developer leaves on disk some kind of temporary files. For exaple, when I open SQL file, pl/sql dev create file with ~sql extension. This file stays on the disk when I close my sql file, even when i close pl/sql dev. Is this correct behaviour?

Thank for all answers.
m.
 
1. Is there please any possibility to jump into data grid directly after execution of sql statement? I created shortcut to switch between statement and grid, but jump to grid after execution seems to me better option.
There is no option for this. The function key is the best option at the moment.

2. PL/SQL Developer leaves on disk some kind of temporary files. For exaple, when I open SQL file, pl/sql dev create file with ~sql extension. This file stays on the disk when I close my sql file, even when i close pl/sql dev. Is this correct behaviour?
These are backup files of your source files. They hold the previous version of the source file before the last save. You can configure this through Tools > Preferences > Files / Backup.
 
Last edited:
Back
Top