- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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
How can I transfer data from SAP HANA to virtual table?
You are making a basic mistake over here. A VORA virtual table does not support the traditional INSERT or UPDATE or DELETE statements. If you are planning to make any modification to data from VORA itself, then you need to use the APPEND command to add data or files to the table. But since you are trying from SAP HANA even this will not work for you.
For your requirement, you need to have a HDFS file then use it for appending to the virtual table.
- Related Articles
- SQL statement to add a table as Virtual table in SAP HANA Smart Data Access
- Inserting data in table in SAP HANA
- Table type while importing data from flat file in SAP HANA
- Creating virtual tables from remote source in SAP HANA
- Can I define a column as a table type in SAP HANA?
- Table mapping while data replication from flat file in SAP HANA database
- Inserting data in a table in SAP HANA
- Importing data from Pgsql to SAP HANA database
- Deleting from temporary table in SAP HANA
- Viewing data in a table in SAP HANA database
- Accessing table data from SAP system
- Can I use Custom Error pages in SAP HANA?
- Extracting data from SAP HANA database and load to ORACLE database
- How can I search data from MySQL table based on similar sound values?
- Data compression in SAP HANA

Advertisements