SAP HANA
Easily talk to your "Systems, Applications, and Products" In-Memory database
Create a role and a user for Dot
SET SCHEMA <schema_name>
CREATE USER DOT_USER
CREATE ROLE DOT_ROLE
GRANT SELECT ON SCHEMA <schema_name> TO DOT_ROLE
GRANT DOT_ROLE TO DOT_USERGRANT SELECT ON <schema_name>.<table_name> TO <user_or_role>How to connect to the free SAP HANA Cloud instance
Allow Dot IPs:
Last updated