We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
taking the example given here (https://github.com/oracle/node-oracledb/blob/main/examples/selectgeometry.js), we get an error message
Error: ORA-24328: valeur d'attribut non autorisée at async Object.hpdGet (D:\Nicolas\Projets\SuiviFCU\suivifcu\node-oracle\hpd_queries.js:60:22) { errorNum: 24328, offset: 0, code: 'ORA-24328' }
Apparently, a similar error was recently fixed in the python-oracledb package. (https://python-oracledb.readthedocs.io/en/latest/release_notes.html) and in odpi-c package (https://odpi-c.readthedocs.io/en/latest/releasenotes.html)
my config oracledb 6.8.0 Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0
Best Regards,
The text was updated successfully, but these errors were encountered:
Hi, Are you using Thin or Thick mode? I assume Thick mode, but require confirmation.
Yes the fix in the ODPI-C package will be included in our next release
Sorry, something went wrong.
I confirm I use Thick mode. Do you know the release date of the next version?
We do not have confirmed release dates yet. Will update on this. Please let us know, if there is any urgency on this requirement.
@NicoAD29 What is the Oracle Client version that you are using?
No branches or pull requests
Hi,
taking the example given here (https://github.com/oracle/node-oracledb/blob/main/examples/selectgeometry.js), we get an error message
Apparently, a similar error was recently fixed in the python-oracledb package. (https://python-oracledb.readthedocs.io/en/latest/release_notes.html) and in odpi-c package (https://odpi-c.readthedocs.io/en/latest/releasenotes.html)
my config
oracledb 6.8.0
Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0
Best Regards,
The text was updated successfully, but these errors were encountered: