Creating and Managing Database Connections with DBeaver
This topic explains how to work with the DBeaver plugin to create and manage databases in Zend Studio. DBeaver supports any database which has a JDBC driver, and may handle any external data source which may or may not have a JDBC driver.
This procedure explains how to establish a connection to a database using DBeaver.
To connect to a database :
In the menu-bar, select Window | Show View | Database Navigator. The Database Navigator view is displayed.
In the view's toolbar, click the Select active project icon to select a project you wish to create the database connection for.
In the view's toolbar, click the New Connection Wizard icon. The Create new connection wizard is displayed.
Select the database connection type, and click Next. If the driver for the connection type you selected has not been installed, you will be prompted to install it.
Click Yes to download and install the driver files for the selected database. The driver is installed, and the Connection Settings dialog is displayed according to the database type you selected.
Enter the general parameters for connecting to your database. These details may vary according to the database type, but they usually consist of the following parameters:
JDBC URL - Database URL. This field is editable only if the database driver doesn't have a sample URL. Otherwise its value will be automatically changed when you change other connection settings.
Host - Database hostname.
Port - Database port number. Usually this field is optional. If left blank then the default database port will be used.
Database/Schema - Name of remote database/schema.
Server - Name of the remote server.
User name/Password - User credentials. May be left blank for some drivers (e.g. for embedded databases).
Note:
Under the Advanced tab, you can configure advanced connections settings, e.g., Character Coding.
Click Next. The Finish connection creation dialog is displayed.
To test the connection before establishing the connection, click Test Connection.
Configure the name and type of your connection (Development, Test, Connection), and click Finish. DBeaver establishes the new connection, which is displayed in the Database Navigator view.
Expand the connection folders to view existing databases and tables. Generally, connections contain catalogs, the catalog contains schemas, schemas contain tables, indexes, and procedures. Elements in the navigator view can be opened/edited/deleted/etc - possible additional actions are accessible through the context menu and/or toolbar.
Managing Connection Drivers
A database driver is a third-party library that provides the ability to work with specific database engines. The driver manager dialog allows you to create, delete, and edit driver descriptions.
To manage your connection drivers:
In the menu-bar, select Window | Show View | Database Navigator. The Database Navigator view is displayed.
In the view's toolbar, click the Driver Manager icon. The Drive Manager dialog is displayed.
To install a database driver, double-click a driver from the list. If the driver for the connection type you selected has not been installed, you will be prompted to install it.
Click Yes to download and install the selected driver. The driver is installed, and the Edit Driver dialog is displayed.
Edit the driver:
Driver name - Name of the driver, shown in the driver manager. May be used by DBeaver to name scripts, show tips, etc.
Category (Optional) - Some databases have many different drivers, it is convenient to group these drivers. The category is just a name for this group. Most drivers do not have a category.
Class name - Required field. It is the name of the Java class that implements the driver. You may find the class name in the driver's documentation or click on the "Find Class" button in the "Driver Libraries" tab and choose the class name from the list.
Sample URL (Optional)- If this value is left blank, you will need to specify the full database URL. It is much more convenient when the sample URL is specified - in this case the connection wizard will require only valuable connection properties (hostname, database name, etc).
Note:
For a full breakdown of the available driver editing options, in the Menu bar, go to Help | Help Contents | DBeaver Help | Manage Connections | Driver editor dialog.
and click OK.
To create a driver of your own, click New. The Create new driver dialog is displayed.
Edit the driver according to the parameters specified in Step 5 above.
To remove a driver, select the driver from the list, and click Remove.
Click Yes, when prompted to approve the action. The driver is removed.
Working with your Database
Once you have established your connection, you can now begin to work with the data in your database using DBeaver.
Running SQL Queries and Scripts
This procedure will explain how to run SQL queries or scripts in your database using DBeaver.
To run SQL queries or scripts using DBeaver:
In the menu-bar, select Window | Open Perspective | DBeaver. The DBeaver perspective is displayed.
In the Toolbar, click the Open SQL Editor icon to edit and execute SQL queries and scripts. The SQL Editor is displayed.
Enter SQL script, or right-click inside the editor, and select Load SQL Script to import an existing file.
To execute, right-click inside the editor, and select Execute SQL Statement or Execute SQL Script. You can view a history of all the commands executed in the current SQL editor in the Execution Log tab.
Note:
For more information on working with data and metadata using DBeaver, select Help | Help Contents | DBeaver Help | Work with data from the menu-bar.
Setting the Active Database
Instead of manually running a 'use database' query with a database prefix for each SQL script or query you wish to run, you can define a database as being 'active' to directly run SQL scripts and queries.
To set a database as active:
In the menu-bar, select Window | Open Perspective | DBeaver. The DBeaver perspective is displayed.
0 Comments
CAN FEEDBACK
Emoji