Dropping a Dbspace File
2 methods to drop a Dbspace file
Overview
You will learn
- How to drop a
Dbspacefile using HANA Cockpit - How to drop a
Dbspacefile using a SQL Command
Prerequisites
Prerequisites
- Proficiency: Beginner
- Tutorials Enlarging a
DbspaceFile Using Reserved Space
Steps
Time to Complete
10 Min
Dropping Dbspace files can be done from both SAP HANA Cockpit and HANA Studio.
In this tutorial, we will be dropping the files from Cockpit. Similarly to the previous tutorial, scroll to the Dynamic Tiering section in the tenant overview page, and select “Manage Dynamic Tiering Dbspaces” under the Dynamic Tiering Links of your HANA Cockpit.
We can drop the Dbspace file that we just created in the previous tutorials by first selecting the ES_USER and click Edit in the bottom-right corner.

Click the red X button next to ES_USER_FILE1. A pop-up dialogue box will appear confirming the deletion of the Dbspace file. Click “OK” to delete the file.
Note: You can also delete the
Dbspacefile using HANA Studio (through the System Database) by running a SQL command:
ALTER EXTENDED STORAGE ALTER DBSPACE ES_USER DROP FILE "ES_USER_FILE1";Resources
Discussion
Share feedback on this tutorial or join the conversation in SAP Community.