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 a Standalone Data Lake in SAP HANA Cloud

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

Overview

🎓 beginner 30 min. SAP HANA CloudBeginnerSAP HANA CloudData Lake

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
Unknown U Unknown August 15, 2023
Created by June 3, 2021
Contributors

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

Learn more →