-
Notifications
You must be signed in to change notification settings - Fork 3.9k
SQL Plus Script Execution
dbeaver-devops edited this page Sep 15, 2025
·
6 revisions
For Oracle database users, DBeaver supports script execution through Oracle SQL Plus.
To use this feature:
-
Ensure SQL Plus is installed on your system and properly configured to connect to your Oracle database.
-
Configure your Oracle database connection.
For more details on configuring SQL Plus, see official Oracle documentation.
-
Ensure your local client configuration is correct to avoid connection issues. For more information on a Local client, see Local client configuration.
- In the Database Navigator, select a schema within your Oracle database.
- Right-click to open the context menu and choose Tools -> Execute in SQL Plus.
- A wizard opens, prompting you to select the path to your script.
- After selecting your script, click Start and wait for the script execution to complete.
DBeaver supports several commands for Oracle compatibility.
Example:
ACCEPT salary NUMBER FORMAT '000.0' DEFAULT '000.99' PROMPT 'Enter weekly salary '
- Getting started
- DBeaver configuration
-
Security
- Connection settings
- Databases support
- Classic
- Cloud
- Embedded
- File drivers
- Graph
- Database Navigator
- Data Editor
- SQL Editor
- Entity relation diagrams (ERD)
- Cloud services
- AI Assistant
- Data transfer and schema compare
- Task management
- Integrated tools
- Administration
- DBeaver Editions
- FAQ
- Development