ODBC Driver for Azure Synapse Analytics

Connect Informatica PowerCenter to Azure Synapse Analytics on Linux

You can set up and verify a connection between Informatica PowerCenter and Azure Synapse Analytics through an ODBC driver on Linux.

Prerequisites

Connect to Azure Synapse Analytics

  1. Navigate to the directory where the ssgodbc.linux64 utility is located.
  2. cd /opt/informatica/tools/debugtools/ssgodbc/linux64
    
  3. Run the ssgodbc.linux64 utility to verify the connection to Azure Synapse Analytics.
  4. ./ssgodbc.linux64 -d <your_dsn> -v
    
  5. Run a SQL query to retrieve data.
  6. SELECT Id,Name FROM <table>;
    
A connection test and an executed SQL query.
© 2015-2025 Devart. All Rights Reserved. Request Support ODBC Forum Provide Feedback