- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Removing a service from a tenant database in SAP HANA
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 −
- You are logged on to the system database.
- 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'
- Related Articles
- Stop and start a tenant database in SAP HANA
- Copying or moving a tenant database in SAP HANA
- Adding a service to a tenant database
- Meaning/Use of multi-tenant SAP HANA database
- Diagnosis file of unavailable tenant in SAP HANA database
- Stop and start a particular database service in SAP HANA
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database
- Altering a database view in SAP HANA
- Dropping a SAP HANA database view
- Extended application Service in SAP HANA
- Difference between stop and kill a service in SAP HANA
- SAP HANA database functions in HANA Cockpit
- Activating any missing service in SAP HANA
- Use of Statistics service in SAP HANA

Advertisements