I'm working in a database with multiple databases, I'm not really sure what to call it since I am new to this kind of database layout, but basically there is a variable in the database URL that the user inputs for example:
jdbc:db2//$$variable$$.$$variable$$...
It's a single variable, so the user only gets prompted once. My issue is that I have to go into about 44 of these "databases?" and do the same query looking for a certain record that exists. I was just wondering if there is an easier way to query multiple "databases" without having to disconnect and reconnect then enter the next variable, and re execute the query.
I'm using DB2 on Db Visualizer 9.0.5 if that is any help.