Choosing between two different versions of Net8

sergio.sette

Member²
I've installed a DOA (4.0.5) application in a pc with two versions of Net8 installed (8.0.6 and 8.1.7)
Sometimes when posting changes the application raises an ORA-00600 error (but the post operation terminates correctly). Since i cannot reproduce the error using my pc i think this can be a Net8 problem.
Is there a way to force DOA to use a specific version of Net8 the same way PL/SQL Dev Does?
 
Before making the first connection to a database you can use the OracleHomeList function to get a list of Oracle Homes on the PC. To select one of these homes for your application, set OracleHomeName to the corresponding name.

This function and variable are located in the OracleCI unit. See the Help file for more info.
 
Back
Top