Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Selected Reading
Taking backup of schema in SAP HANA
It is always recommended to back up your critical systems.
Example
Following SQL command can be used to export schema in HANA:
EXPORT "SOURCE_SCHEMA_NAME".* AS BINARY INTO '/tmp/DESTINATION SCHEMA NAME' WITH REPLACE;
This can also be directly zipped to Linux as below:
tar -czf SOURCE_SCHEMA.tgz /tmp/DESTINATION_SCHEMA/
Advertisements
