CreateObject("OracleInProcServer.XOraSession")
Oracle Database standard 12C version 1
Excel 2013 64 bits
Windows 10
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
Hello, it's my first ask on the Oracle Community, so be nice to me...
We have made a Microsoft VB on Excel to request a database. This connexion works fine (for years) with Oracle 10 and 12C . But the error 429 : CreateObject("OracleInProcServer.XOraSession") appears when we use the script on Excel 64 bits.
the code is simple :
Set OraSession = CreateObject("OracleInProcServer.XOraSession")
We made some researchs about it, The cause may due to a missing dll :