HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

Use Data Studio to Access MogDB

This document introduces how to access MogDB through Data Studio.


Introduction

Data Studio is an Integrated Development Environment (IDE) that helps database developers build the application conveniently. It supports essential features of the database. This tool allows working with database objects with minimal programming knowledge. Data Studio provides you with various features, such as

  • creating and managing database objects
  • executing SQL statements or SQL scripts
  • editing and executing PL/SQL statements
  • viewing the execution plan and cost through the GUI
  • exporting table data

The database objects that are created and managed include

  • database
  • schema
  • function
  • procedure
  • table
  • sequence
  • index
  • view
  • tablespace
  • synonym

It also provides SQL assistance for various queries/procedures/functions executed in the SQL Terminal and PL/SQL Viewer.


System Requirements

This section provides the minimum system requirements for using Data Studio.

Hardware Requirements

Table 1 Hardware Requirements for Data Studio

Hardware Requirement Configuration
CPU x86 64-bit
Available RAM A minimum of 1 GB memory
Available hard disk A minimum of 1 GB space reserved for Data Studio installation directory and 100 MB space reserved for user's HOME directory.
Network requirements Gigabit Ethernet

Operating System Requirements

The supported versions of Microsoft Windows running on a universal x86 server include Windows 7 (64-bit), Windows 10 (64-bit), Windows 2012 (64-bit), and Windows 2016 (64-bit).

Software Requirements

Java 1.8.0_181 or later

img Note:

  • Please refer to https://java.com/en/download/help/path.html to set the Java Home path.
  • To ensure the optimal experience, the recommended minimum screen resolution is 1080 x 768. Below this resolution, the interface will be abnormal.

Download and Installation

The download address of Data Studio is as follows: https://opengauss.org/en/download/

img

After downloading, unzip the installation package and double-click Data Studio.exe to run the software.

img


Connection String Configuration

When the software is opened for the first time, the New Database Connection window will pop up, as shown in the figure below.

img

You can also choose File > New Connection to open this window.

img

Fill in the information on the General tab, and click OK to establish a database connection.

img


Interface Display

After a successful connection, the software interface is shown below, with examples of syntax and operation lists on the right.

img


Follow-Up Procedure

If you want to learn more about the usage instructions of Data Studio, please choose Help > User Manual, or visit the following page to browse the official documents online: Data Studio User Manual.

img

Copyright © 2011-2024 www.enmotech.com All rights reserved.