<div dir="ltr">We're testing using the AutoDesk Oracle driver in MGOS Beta 1, running on Apache on Windows Server 2022 Standard, and are encountering an issue when we select an object to query against the database (Oracle 19). <br><div>Instead of returning results, that are being returned when using the Oracle SLKING driver, we're getting an error message (image 1). </div><div><br></div><div>Image 1:</div><div>
<img src="cid:ii_ltiq9au41" alt="image.png" width="451" height="111"><br>

</div><div><br></div><div>The relevant section of code is as follows:</div><br>    function _setEnvironment() {<br>        ////  Set Oracle NLS variables                <br>        $NLS_ENV = "ALTER SESSION SET NLS_NUMERIC_CHARACTERS='.,'";<br>        $set = $this->db_app->simple_query( $NLS_ENV );<br>        $NLS_ENV = "ALTER SESSION SET NLS_DATE_FORMAT='YYYY-MM-DD'";<br>        $set = $this->db_app->simple_query( $NLS_ENV );<br>    }<br><br><div>It fails when attempting to run the first simple_query, and I presume it will fail when attempting to run the second simple_query. Has anyone encountered this or are using the AutoDesk Oracle driver where the NLS variables are being set?</div><div><br></div>Thanks,<br>David</div>