Hello DB2 users,
I have one query regarding DB2 and Java APIs. I am writing Java program to create DB2 database objects from configuration file. I am reading the database instance name. Now I need to check if it is present on the target machine, then do not create the instance. Else I have to create the instance using Java command. I know this is different type of command than JDBC commands like read/write/update tables.
Will you please let me know which java API can be used to execute command to detect DB2 database instance, and how to execute them?
Thanks for the help in advance.
rahulkul