SAP HANA Articles - Page 16 of 58

Updated features in SAP HANA SPS07 for Smart Data Access

John SAP
Updated on 24-Feb-2020 08:16:03

320 Views

Following are major changes are done in SAP HANA SPS07 for Smart Data Access −In later version SPS07, it supports SAP Oracle Database 12c, SAP Sybase Event Stream Processor (ESP) 5.1 SP04 and MSSQL server 2012 version 11 as data sources.In SPS07, it is possible to perform insert/update/deletion for remote databases with some limitations.In SPS06, it was not possible to use BLOB and CLOB data types with virtual tables. In SPS07, SDA now supports BLOBs and CLOBs as column data type of virtual table.SDA has a new feature which will help to check whether SDA installation is done successfully or ... Read More

System Authorization to use SAP HANA Smart Data Access

John SAP
Updated on 24-Feb-2020 08:20:37

980 Views

You need to add SAP HANA system authorization CREATE REMOTE SOURCE to create a remote source. If the remote source is not created with the SAP user but with a different database user instead, then this database user must assign the corresponding object authorizations to the SAP user (CREATE VIRTUAL TABLE and DROP).Navigate to user profile in Security tab and go to System privilege.

Remote data sources supported under SAP HANA SPS07 SDA

John SAP
Updated on 24-Feb-2020 08:21:20

174 Views

Following remote data sources are supported under SAP HANA SPS07 Smart Data Access −SAP HANASybase ASESAP Sybase IQTeradata 13.0 or higherApache Hadoop 2.3MSSQL 11Oracle 12c

SQL Operation supported in SAP HANA SPS07 SDA

John SAP
Updated on 30-Jul-2019 22:30:21

236 Views

With use of SAP HANA SPS06 Smart Data Access, you can only perform Select, Insert, Update and Delete operation on virtual tables moved using new remote data source.

SQL Operation supported in SAP HANA SPS06 SDA

John SAP
Updated on 30-Jul-2019 22:30:21

253 Views

With use of SAP HANA SPS06 Smart Data Access, you can only perform SELECT operation on virtual tables moved using new remote data source.

Remote data sources supported under SAP HANA SPS06 SDA

John SAP
Updated on 24-Feb-2020 08:23:30

181 Views

Following remote data sources are supported under SAP HANA SPS06 Smart Data Access −Sybase ASESAP Sybase IQ 15.4 ESD 3 and Version 16.0Apache Hadoop Version 2.3Teradata Database Version 13.0 or higher

Using configuration file orcl.ini to add Oracle data source in SAP HANA

John SAP
Updated on 24-Feb-2020 09:15:08

517 Views

CONFIGURATION FILE ‘property_orcl.ini’ It is only required for Adapter ODBC for Oracle data sources. Below shows SQL query to create an Oracle Remote Source using SQL

Creating a new remote source in SAP HANA using SQL

John SAP
Updated on 24-Feb-2020 09:16:26

2K+ Views

You can also create a remote source using SQL statement as below −CREATE REMOTE SOURCE Source_Name ADAPTER “odbc” CONFIGURATION FILE ‘property_orcl.ini’ CONFIGURATION ‘DSN=oral_DSN_Name’ WITH CREDENTIAL TYPE ‘PASSWORD’ USING ‘user=username;password=password′;In this SQL statement- can be as per remote data source and take these values- TDODBC, HIVEODBC, ASEODBC, IQODBC and ODBC.In above statement, is used to specify the connection information for data source where you need to mention the DSN name for your ODBC remote source system. You have to create a System DSN/User DSN to access the data source using ODBC connection.To open SQL console, right click on Remote ... Read More

Information required adding a new remote data source in SAP HANA SDA

John SAP
Updated on 24-Feb-2020 09:20:07

450 Views

Select the system that you want to access as Remote Data Source and enter the authentication details. You have to enter the Connection Properties and Credentials for remote system.On right hand side, you have option to Test the Connection or you can also run to create the data source.

Adapters supported under Smart Data Access in SAP HANA

John SAP
Updated on 17-Jun-2020 11:07:25

397 Views

Below is the list of Adapters which are supported under Smart Data Access in SAP HANA −This comes while creating a new Remote Data Source.

Advertisements