Chapter 7
The menu bar
The top row of the header holds eight menus. This is the complete list.
#File
| Item | Action |
|---|
| New connection… | Opens the connection dialog (§7.9). |
| Preferences… | Opens Settings at the Appearance section (chapter 36). |
| Sign out | Disconnects, clears the saved credential profile, and returns to the login screen. |
#Edit
| Item | Action |
|---|
| Find in editor | Switches to the SQL Editor. Use the editor’s own Ctrl+F. |
| Snippets | Switches to the SQL Editor; open the snippet library from the toolbar star icon. |
#Session
| Item | Action |
|---|
| Show / Hide AI panel | Toggles the AI assistant (Ctrl+Shift+A). |
| Show / Hide terminal | Toggles the bottom dock (Ctrl+`). |
| Sessions monitor | Opens the Session Browser module. |
#Database
| Item | Action |
|---|
| Object browser | Opens the Object Browser module. |
| Schema tools | Opens Schema Tools. |
| ER diagrams | Opens the ER Diagram Modeler. |
| Storage / health | Opens DBA Dashboards. |
| Export Tables… | Opens the Export Tables wizard (chapter 35). |
| Import Tables… | Opens the Import Tables wizard (chapter 35). |
| Item | Action |
|---|
| Test manager | Opens the Unit Test Manager. |
| Load tester | Opens the Load Tester. |
| Automation | Opens the Automation designer. |
| Settings… | Opens Settings. |
#Debug
| Item | Action |
|---|
| Debugger | Opens the PL/SQL Debugger. |
| Performance profiler | Opens the Performance Profiler. |
#Terminal
| Item | Shortcut |
|---|
| New Terminal | Ctrl+Shift+` |
| Split Terminal | Ctrl+Shift+5 |
| New Terminal Window | Ctrl+Shift+Alt+` |
#Help
| Item | Action |
|---|
| User guide | Opens the sliding feature guide. |
| Report a bug… | Opens the feedback dialog with logs attached (chapter 39). |
| License… | Opens the licence dialog (chapter 38). |
#7.8The right-hand controls
| Control | What it does |
|---|
| 🔔 Notifications | A bell with a dot when unread items exist. The dropdown lists app events — connection results, query failures, health-check summaries, commit/rollback outcomes, container switches. Mark all read and Clear all are in the header of the dropdown. |
| ☀️ / 🌙 Theme | Switches between light and dark instantly. |
| ⚙️ Settings | Opens Settings at Appearance. |
| User menu | Shows the display name, the connected username, and a role badge. Contains Profile settings, Preferences, and Sign out. |
| ⌘ Ctrl K | Opens the command palette. |
#7.9The connection dialog
File → New connection… opens a dialog for describing a connection profile:
- Connection Name and a colour chip (six preset colours) used to identify it visually.
- Connection Type — Service Name, SID, or a full TNS String (paste a
(DESCRIPTION=(ADDRESS=…)) descriptor). - Host, Port, and the service/SID value.
- Username and Password.
- Environment — Development, Testing, Staging or Production. This value colours the status bar’s leftmost segment: production turns it red, staging amber, testing blue, development green. It is a visual safety rail — glance at the bottom-left before you run something destructive.
- Test Connection verifies the settings and reports success or failure without leaving the dialog.