Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Multiple OraHomes bug
Multiple OraHomes bug
Posted: 2007/09/04 07:36
 
First, thank you for NCOCI, it has helped a lot.

I've found a bug: when using multiple Ora10 homes, it successfully tests only the first home from the registry. The fix is (I think) very simple, in NCOCI.pas (line 1083) replace

TestBestHome(xSubKeys[i]);

with

TestBestHome('SoftwareOracle' + xSubKeys[i]);

(NCOCI 1.0.6, D2006)

DAB
Re:Multiple OraHomes bug
Posted: 2007/09/04 07:40
 
Backslashes are missing:
'<backslash>Software<backslash>Oracle<backslash>'
Re:Multiple OraHomes bug
Posted: 2007/09/04 08:58
 
Hello

I will accept this fix. Also, I am sorry, but NCOCI8 is no more supported. We have limited resources and we invested them into AnyDAC and ThinDAC. AnyDAC inherited all the best from NCOCI8.

Regards,
Dmitry