Skip to content

SQL Plus Script Execution

dbeaver-devops edited this page Oct 31, 2024 · 2 revisions

Table of contents

Overview

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. For more details on configuring SQL Plus, see official Oracle documentation.
  • Configure your Oracle database connection.
  • Ensure your local client configuration is correct to avoid connection issues. For more information on a Local client, see Local client configuration.

Executing scripts

  1. In the Database Navigator, select a schema within your Oracle database.
  2. Right-click to open the context menu and choose Tools -> Execute in SQL Plus.
  3. A wizard opens, prompting you to select the path to your script.
  4. After selecting your script, click Start and wait for the script execution to complete.

DBeaver Desktop Documentation

General User Guide

Database Management

DBeaver PRO

Databases support

Customizing DBeaver

Troubleshooting

Admin Guide

License management

Tutorials

Development

Clone this wiki locally