I’ve installed the “Toad for DB2 Freeware 4.6”. Now I need to connect the DB2 database.
So when I select File -> New -> connection then it shows the welcome to the client configuration wizard with add catalog entry etc.
clicked add catalog entry
operation system - windows, hostname - , port - 60001 and clicked next
Now I am confused what to give as Node name, instance name
Can anyone please mention the detail steps for this DB2 connection.
connection details as below
Driver :- com.ibm.db2.jcc.DB2Driver
host -
port - 60001
database name :- EM3SICOR
username :-
password :-
Connection String:- jdbc:db2://:60001/:user=;password=;
Regards
Arihan
Message was edited by: arihanMessage was edited by: arihan
Node Name: Any symbols
Instance name:
You can query it from here (by default: DB2): SELECT INST_NAME FROM TABLE(SYSPROC.ENV_GET_INST_INFO()) AS SYSTEMINFO