Skip to main content
Support

SQLConnect Shortcuts

By May 15, 2020April 29th, 2021No Comments

Here is a list of shortcuts – keystroke combinations – that can help you do a number of tasks quickly in OracleCloudTools SQLConnect applications.

For example when running query against Oracle cloud saas applications, if you want to change a column’s date format and add to_Char to the query quickly, try ctrl-D…

 

 # Function Windows Shortcut Mac Shortcut Comments
1 Execute SQL Control + Enter Command + Enter  
2 Show Connections Control + Shift + H Command + Shift + H  
3 Comment Line(s) Control + / Command + / You can select multiple Lines
4 Uncomment Line(s) Control + / Command + / You can select multiple Lines
5 Find Control + F Command + F  
6 Replace Control + H Command + H  
7 Format F2 F2 Format Selected Text or Whole editor if Text not selected
8 Database Browser F4 F4 Search selected text if selected, otherwise open the DB Browser
9 Date Format Control + D Command + D Add a to_char for a column in the format selected in Preferences
10 Increase Font  Control + Command +  + is the addition sign on your keyboard
11 Decrease Font Control – Command –  – is the minus sign or dash sign on your keyboard
12 Open Control + O Command + O  
13 Save Control + S Command + S  
14 Save All Control + Shift + S Command + Shift + S  
15 Cut Control + X Command + X  
16 Copy Control + C Command + C  
17 Paste Control + V Command + V  
18 Select All Control + A Command + A  
19 Undo Control + Z Command + Z  
20 Redo Control + Shift + Z Command + Shift + Z