- 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
Using DSN name while using a remote source in SAP HANA
In below SQL statement you have to define orcl_DSN_Name −
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- <adapter_name> can be as per remote data source and take these values- TDODBC, HIVEODBC, ASEODBC, IQODBC and ODBC.
In above statement, <connection_info_string> 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 create an ODBC DSN in system, you need to write ODBC in Run menu and open ODBC Data source administrator as below −
To create a new DSN, you have to click on Add button. Select the drivers from the list as per below. Click on Next
You can also configure an existing DSN by clicking on the Configure button. A user DSN is only visible to that user however System DSN is visible to all users of the system.
- Related Articles
- Creating a new remote source in SAP HANA using SQL
- Creating new Remote Source using SDA in SAP HANA
- Updating configuration property file in SAP HANA Remote source
- Creating virtual tables from remote source in SAP HANA
- Information required adding a new remote data source in SAP HANA SDA
- Getting error while using schema in SAP HANA Modeling
- Using configuration file orcl.ini to add Oracle data source in SAP HANA
- Using aggregated in SAP HANA
- Creating a Delivery unit in SAP HANA using HANA Studio
- Exporting a Delivery unit in SAP HANA using HANA Studio
- Searching a user in SAP HANA system using HANA Studio
- Remote system allowed in SAP HANA Smart Data Access
- Using SAP HANA Cockpit for HANA Administration
- Setting up a JDBC connection to remote SAP HANA system
- Using database view in SAP HANA
