6/1/2023
SAP HANA SQL Reference Guide for SAP
HANA Platform
Generated on: 2023-06-01 15:35:18 GMT+0000
SAP HANA Platform | 2.0 SPS 07
PUBLIC
Original content: [Link]
US&state=PRODUCTION&version=2.0.07
Warning
This document has been generated from the SAP Help Portal and is an incomplete version of the official SAP product
documentation. The information included in custom documentation may not re ect the arrangement of topics in the SAP Help
Portal, and may be missing important aspects and/or correlations to other topics. For this reason, it is not for productive use.
For more information, please visit the [Link]
This is custom documentation. For more information, please visit the SAP Help Portal 1
6/1/2023
ALTER SYSTEM START DATABASE Statement (Tenant Database
Management)
Starts the speci ed database.
Syntax
ALTER SYSTEM START DATABASE <database_name> [ FROM FALLBACK SNAPSHOT ]
Syntax Elements
<database_name>
Speci es the database to start.
<database_name> ::= <identifier>
FROM FALLBACK SNAPSHOT
Starts the tenant database using the fallback snapshot. This allows you to restore the tenant database to the state it was in
when the fallback snapshot was created. For more information about fallback snapshots, see the SAP HANA Tenant Databases
Guide .
Permissions
You must have the DATABASE ADMIN or DATABASE START privilege to use this statement.
Example
Start the my_database database.
ALTER SYSTEM START DATABASE my_database;
Related Information
ALTER DATABASE Statement (Tenant Database Management)
Create a Fallback Snapshot
M_SNAPSHOTS System View
M_DATABASES System View
This is custom documentation. For more information, please visit the SAP Help Portal 2