Skip to content

Commit

Permalink
updated oracle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 12, 2024
1 parent c1e2937 commit 751d6d4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Most of this was not retained to be ported and I don't work on Oracle any more t
- [Connecting to Oracle - TNS Listener & SID](#connecting-to-oracle---tns-listener--sid)
- [SQL Developer IDE](#sql-developer-ide)
- [Install SQL Developer](#install-sql-developer)
- [Using SQL Developer](#using-sql-developer)
- [Execute Shortcut](#execute-shortcut)
- [SQL*Plus Readline Support](#sqlplus-readline-support)
- [SQL](#sql)
- [Get Oracle Version](#get-oracle-version)
Expand Down Expand Up @@ -136,8 +138,15 @@ Quickly from [DevOps-Bash-tools](devops-bash-tools.md):
install_oracle_sql_developer.sh
```

Hit `Cmd`-`Enter` or `Ctrl`-`Enter`
when on the Query Builder line to quickly execute the SQL without having to click the green triangle run button.
This will even auto-open it for you on Mac.

### Using SQL Developer

#### Execute Shortcut

Hit `Cmd`-`Enter` (Windows) or `Ctrl`-`Enter` (Mac) when the cursor is on a query in the Query Builder SQL Worksheet to
quickly execute the SQL statement (must be ended with a semi-colon `;` to separate it from the next query)
without having to click the green triangle run button.

## SQL*Plus Readline Support

Expand Down

0 comments on commit 751d6d4

Please sign in to comment.