Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Adding a service to a tenant database

In SAP HANA multi-tenant environment, is it possible to add server components- an additional index server or XS server? How this can be done?


1 Answer
SAP Developer

To scale out a tenant database and/or distribute it across multiple hosts, you can add further server components, for example, an additional index server or a separate XS server. You add a service to a tenant database using the ALTER DATABASE SQL command.

You do this from the system database using the following command:

ALTER DATABASE ADD <service> 

Following perquisites should be met to perform this task:

  1. You are logged on to the system database.
  2. You have the system privilege DATABASE ADMIN.
Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.