<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - FILEOPEN (BASE) Connection to Oracle DB via ODBC ends in [ODBC][ORACLE] Optional Feature not implemented"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122779#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - FILEOPEN (BASE) Connection to Oracle DB via ODBC ends in [ODBC][ORACLE] Optional Feature not implemented"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122779">bug 122779</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>(In reply to Johan from <a href="show_bug.cgi?id=122779#c14">comment #14</a>)
<span class="quote">> > > By default we're using the 64 bit ODBC driver with LO 64 bit.
> > Does this config work?
> No, see above comment. On LO 5.4.7.2 64 bit this works. Since LO 6 64 bit it
> doesn't work.

> > What about if in this 32 bit case, you uninstall LO 64 bits and install LO
> > 32 bits?
> Haven tested it, but a previous comment(#8) suggests this works. Corporate
> is pushing 64 bit LO. So this is not really something I can check, nor is
> this something that scales to the other users.</span >

I think we must focus on the error with full 64 bits or full 32 bits but not
with hybrid since expected.

The pb is: "HYC00 - Optional feature not implemented" is quite generic and
don't provide much hints.
Searching about this, I got:
    290 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall(
const OUString& /*sql*/ )
    291 {
    292     ::dbtools::throwFeatureNotImplementedSQLException(
"XConnection::prepareCall", *this );
    293     return nullptr;
    294 }
See
<a href="https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/odbc/OConnection.cxx?r=1dd9200b#292">https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/odbc/OConnection.cxx?r=1dd9200b#292</a>

and
    450 void SAL_CALL OConnection::setTypeMap( const Reference<
css::container::XNameAccess >& /*typeMap*/ )
    451 {
    452     ::dbtools::throwFeatureNotImplementedSQLException(
"XConnection::setTypeMap", *this );
    453 }
See
<a href="https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/odbc/OConnection.cxx?r=1dd9200b#450">https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/odbc/OConnection.cxx?r=1dd9200b#450</a>

But I expect it fails even if we full 64 bits or full 32 bits install.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>