In our environment, there is only one Home ( HOME1)under Oracle\Software registry key. There is no information at Oracle\Software registry root. Also, it does not contain the ALL_HOMES.
I have tried to run an application using DOA by setting at design time Oracle Home and OCIDLL parameters.
I have also tried it at runtime by setting these parameters:
--
AnsiString OracleHomeName = "sms";
AnsiString OCIDLL = "C:\\ORA32\BIN\\OCI.DLL";
//where sms is the registry value for ORACLE_HOME_NAME key under HOME1
---
I have got an error message saying that SQL*Net is not properly installed.
However if the registry contains ALL_HOMES, it works fine.
My question is: Is there a way to make it work without having ALL_HOMES under Software/Oracle ? O
Thank you in advance for your support.
I have tried to run an application using DOA by setting at design time Oracle Home and OCIDLL parameters.
I have also tried it at runtime by setting these parameters:
--
AnsiString OracleHomeName = "sms";
AnsiString OCIDLL = "C:\\ORA32\BIN\\OCI.DLL";
//where sms is the registry value for ORACLE_HOME_NAME key under HOME1
---
I have got an error message saying that SQL*Net is not properly installed.
However if the registry contains ALL_HOMES, it works fine.
My question is: Is there a way to make it work without having ALL_HOMES under Software/Oracle ? O
Thank you in advance for your support.