SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Access Instances in SAP HANA Cloud Central

Learn how to open and interact with SAP HANA database, data lake Relational Engine, and data lake Files instances directly from the SAP HANA Cloud Central Instances list.

Overview

🎓 beginner 10 min. SAP HANA CloudBeginnerSAP HANA Cloud SAP HANA DatabaseSAP HANA Cloud Data Lake

You will learn

  • How to open a SQL console and browse catalog objects from the Instances list
  • How to access a data lake Relational Engine instance
  • How to access a data lake Files instance
  • How to copy the SQL endpoint for use with external clients
Michelle Wang M Michelle Wang August 12, 2026
Created by August 12, 2026
Contributors

Prerequisites

Steps

Intro

In SAP HANA Cloud Central, all instances provisioned in your BTP subaccount appear automatically in the Instances list. You do not need to manually add connections: you open SQL consoles, browse catalog objects, and manage instances directly from there.

Instances in the list can represent an SAP HANA database, a data lake Relational Engine, or a data lake Files instance. Each instance type has its own set of available actions.


Step 1 Open a database instance from SAP HANA Cloud Central

  1. In SAP HANA Cloud Central, navigate to Instances and locate your SAP HANA database instance.

  2. Click the three dots in the Actions column next to the instance.

    Instances actions menu
    Instances actions menu

  3. From the actions menu you can:

    • Select Open Database Objects to browse the catalog of this instance.
    • Select Open SQL Console to open a SQL console connected directly to this instance.

    When the Database Objects app opens, use the search to specify objects that start with M_DATABASE that are in the schema SYS. The object type tabs, Tables, Views, Functions, Procedures, and others, let you browse objects by type.

    database objects app
    database objects app

    Selecting an object such as the view M_DATABASE_HISTORY displays its details, such as column names and data types. From the detail panel you can also view the CREATE Statement to see the SQL used to define the object, and the Dependencies tab to see which objects reference it or which objects it depends on.

    views tab
    views tab

    After viewing the details of the M_DATABASE_HISTORY view, return to the objects list by pressing the exit or X icon in the top right.

    A SQL console can also be opened directly from the Database Objects app by selecting the SQL console icon in the toolbar, which opens a console pre-connected to the same instance.

    DB Objects
    DB Objects

    The next tutorial creates the HOTELS schema and populates it with tables, views, functions, and procedures that can then be explored here.

  4. Once the SQL console is open, run the following queries to verify the connection and view basic database information.

    SQL
    SELECT CURRENT_USER FROM DUMMY;
    SELECT * FROM M_DATABASE;
  5. To copy the SQL endpoint, select the Instance Information button in the SQL Console and copy the endpoint. This is needed to connect external clients or tools such as JDBC, ODBC, or a local development environment,

    SQL Endpoint in Console
    SQL Endpoint in Console

    Additionally, you can navigate to the instances page and select Copy SQL Endpoint from the instance’s actions menu.

    Copy SQL endpoint
    Copy SQL endpoint

Step 2 Access a data lake Relational Engine instance (optional)
+
Step 3 Access a data lake Files instance (optional)
+
Step 4 Native HANA development with HDI (optional)
+
Step 5 Knowledge check
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Open a database instance from SAP HANA Cloud Central 2. Access a data lake Relational Engine instance (optional) 3. Access a data lake Files instance (optional) 4. Native HANA development with HDI (optional) 5. Knowledge check

Learn more →