You can set up and verify a connection between Informatica PowerCenter and Salesforce through an ODBC driver on Linux.
1. Navigate to the directory where the ssgodbc.linux64
utility is located.
cd /opt/informatica/tools/debugtools/ssgodbc/linux64
2. Run the ssgodbc.linux64
utility to verify the connection to Salesforce.
./ssgodbc.linux64 -d <your_dsn> -v
3. Run a SQL query to retrieve data.
SELECT Id,Name FROM Account;