Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (25 loc) · 1.93 KB

File metadata and controls

30 lines (25 loc) · 1.93 KB

Create Database Access User

🎓 Push Data: Another approach to ingest data is to push data into SAP Data Warehouse Cloud.

SAP Data Warehouse Cloud comes by default with a preconfigured SAP HANA Cloud database, on which the repository for all created models resides. However, that repository is strictly protected and completely managed by SAP system only.

In order to write data into the underlying database, we have to create a dedicated Database Access User and a database schema (Open SQL Schema), which is fully isolated and independent from the SAP managed repository. Then, the database schema can be used to apply database operations and SQL commands. It can be accessed with the preinstalled SAP HANA Database Explorer or any third party tool (e.g. the open source database client DBeaver).

For more information plese refer to SAP Help documentation.

  1. Navigate to the Space Management

  2. Navigate to the Database Access section and create a new database user.

  3. In the database user dialog please maintain the following fields:
  • Database User Name Suffix (in my example it's SAN).
  • Enable Read Access (SQL)
  • Allow user to grant read access to other users with Grant Options
  • Enable Write Access (SQL, DLL & DML)

  1. A new database user should be generated and listed

  2. The database URL and user credentials can be grabbed by clicking on the Info button. This information is required for database clients such as the SAP Database Explorer or any 3rd party tool.