String databaseUser = JDBCProfileStore.databaseUser(profileName);
String databasePassword = JDBCProfileStore.databasePassword(profileName);
String databaseDynamicClass = JDBCProfileStore.databaseDynamicClass(profileName);
int databaseTimeout = JDBCProfileStore.timeout(profileName);
JDBCInfoTableImpl02 jdbcInfoTableImpl = new JDBCInfoTableImpl02(databaseURL, databaseUser, databasePassword, databaseDynamicClass, databaseTimeout);
InfoTablePOATie servant = new InfoTablePOATie(jdbcInfoTableImpl);
OAInterface.objectIsReady(servant);
InfoTable jdbcInfoTable = InfoTableHelper.narrow(OAInterface.corbaReference(servant));