SAP

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

Access a Standalone Data Lake in SAP HANA Cloud

Learn to access your standalone data lake in SAP HANA Cloud.

Overview

You will learn

  • The different ways to access your standalone data lake instance
  • How to connect your standalone data lake using SAP HANA database explorer
  • How to connect your standalone data lake using SAP Interactive SQL ( dbisql )
  • How to connect your standalone data lake using isql
Thomas Jung T Thomas Jung August 21, 2026
Created on June 24, 2021
Contributors

More from Thomas Jung

See all 228 tutorials by Thomas Jung →

Prerequisites

Prerequisites

Steps

Intro

After completing the provisioning of your standalone data lake in SAP HANA Cloud, you can access the data lake and start storing, querying and manipulating your data. In this tutorial, you will learn some of the ways you can do that, focusing mostly on how to access and interact with your standalone data lake using SAP HANA database explorer.

You can also learn how to access the same instance using SAP Interactive SQL (dbisql) and isql, in case you are familiar with those tools. Before you access the data lake instance, it is important to understand the function of users, roles and privileges while interacting with your instance.


Step 1 Introduction to users, roles, and privileges

SAP HANA Cloud, data lake defines user permissions and privileges using a role-based security model. A role is a set of privileges that can be assigned to a user. As a user, you can grant or revoke these roles or privileges. This means that your privileges as a user change depending on the change in the privileges assigned to your role.

When you create a new data lake instance using the default user HDLADMIN, you are automatically granted all system and object-level privileges in the data lake. You can also create a new user, thereby granting the user with the public system role automatically. This role provides access to view data, execute system stored procedures, and grant roles and privileges to the user.

When you create a new object, you become the default owner of the object unless you define otherwise. This gives you privileges to modify the structure of the table and grant further privileges to other data lake users. Although, you cannot load data into a table based on being the owner, unless you assign INSERT privileges to the role.

To learn more about users, roles and privileges in SAP HANA Cloud, data lake, please see our technical documentation.

Step 2 Confirm your data lake is running
+
Step 3 Connection options
+
Step 4 Connect to data lake
+
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. Introduction to users, roles, and privileges 2. Confirm your data lake is running 3. Connection options 4. Connect to data lake 5. Knowledge Check
Next