Prior to Multitenant Database Containers, HANA DB, only supported a Single Database Container. That is, one HANA system, one database. To achieve multi tenancy, virtualization technology such as WM ware was required. With the release of SPS09, SAP introduced Multitenant Database Containers that allow multiple databases to reside in a single HANA system. Tenant databases in the same system, share the same resources (memory and CPU), however each tenant database is isolated with its own users, catalog, repositories, data files and services. It is now possible to run both SAP Business Suite and SAP Business Warehouse in the same HANA system using multiple tenants.
Tenant databases can also be spread across multiple nodes and can be allocated system resources independent of each other. All tenant databases are managed by the SystemDB.
-
If Table Exists Function
In this article, I explain how to create a function to determine if a table exists in SAP HANA.
31 October 2019 - 5597 views -
Connect To HANA DB Using NodeJs
This article explains how to connect to a SAP HANA system using the Node HANA client library.
28 October 2019 - 4697 views -
Connect To HANA DB Using Python
This article explains how to connect to a SAP HANA system using the Python hdbcli package.
11 October 2018 - 5729 views -
Adding Auto Numbers To Table Columns
This article explains how to create an auto generated column using IDENTITY.
14 March 2018 - 3330 views -
Connecting To SAP HANA Using PHP ODBC
This article describes how to install and configure PHP odbc to connect to a SAP HANA system on Ubuntu 16.
01 December 2017 - 5484 views -
Connect To HANA DB Using Java
This article describes how to connect to a HANA DB system using the ngdbc.jar Java driver.
03 November 2017 - 3970 views -
Loading And Unloading Column Table Into And From Memory
This article explains how to load and unload a column table into and from memory.
18 October 2017 - 2326 views