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

Removing a service from a tenant database in SAP HANA

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


1 Answer
SAP Developer

Yes, it is possible to remove a server component, which are no longer required. This can be performed using ALTER DATABASE SQL command.

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.

To remove a service, you need to open SQL console of the SAP HANA studio and run “ALTER DATABASE” statement.

ALTER DATABASE DB1 REMOVE '<service name>' AT LOCATION 'HOST_A:30XXX'
Advertisements

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