I know that in C, there is a function that does a open database directory scan, and it's called "sqledosd". I can get the database server name by passing in the database name. I am wondering if there's a similar method or class available in Java. We don't want to do a system call like "db2 list database directory" nor do we want to use JNI. So, please help us if you know of any other ways to get this information in Java. Your help is greatly appreciate it!