Contribution from Johnny (joaovieirabr)
This commit is contained in:
afalcone 2006-12-15 18:35:38 +00:00
parent 367d905dba
commit 395e00615c
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class ConfigOracle extends Config
String[] dbNames = getTNS_Names (sb, false);
if (tnsnames != null)
{
for (int i = 0; i < tnsnames.length; i++)
for (int i = 0; i < dbNames.length; i++) //before was: for (int i = 0; i < tnsnames.length; i++)
{
String tns = tnsnames[i]; // is lower case
String db = dbNames[i];