- Version: Toad for DB2 4.7 on Win 10, DB2 Server on AIX ,
- Purpose: We are implementing PAM (Privilege Account Management ) so the goal is to launch Toad for DB2 4.7 and make connection to designated database with all the credentials been provided by PAM, no entry required for operators.
- What have tried: Searched on internet and all information I got are for Toad for Oracle, and it seems many people are using that way:
Toad.exe -c $Username/$Password@$Database or
Toad.exe connect=$Username/$Password@$Database
($parameters will be substituted by PAM)
- when using above commands in DOS command line with real credentials the Toad for DB2 just started with an empty editor window and no connection was made, and no error message.
So I wonder if launch a connection by command line is feasible for Toad for DB2?