Good afternoon
In Datastage as ETL tool i can connect to differeny RDBS and checkup its configuration by means of .odbc.ini file
But checking out this file i can see entries for relevant information to acces the DB like Database, LogonI, Password just for only SQLSEVER database servers (Windowws Servers)
But for ORACLE Databases i just can see Driver information but no Database, LogonI, Password
Is there anywhere else can i get these relevant information to access oracle Databases?
This is an example for .odbc.ini
[SQLS_DesaTrafico]
Driver=/datastage/IBM/InformationServer/Server/branded_odbc/lib/VMmsss23.so
Description=DataDirect SQL Server Wire Protocol driver
Database=dm1_example
LogonID=prueba
Password=prueba
Address=192.168.26.35,2724
QuotedId=No
AnsiNPW=No
Id appreciate your help