Skip to content

ORA-24328: illegal attribute value #1735

New issue

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

Open
NicoAD29 opened this issue Apr 9, 2025 · 5 comments
Open

ORA-24328: illegal attribute value #1735

NicoAD29 opened this issue Apr 9, 2025 · 5 comments

Comments

@NicoAD29
Copy link

NicoAD29 commented Apr 9, 2025

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,

@NicoAD29 NicoAD29 added the bug label Apr 9, 2025
@sharadraju
Copy link
Member

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

@NicoAD29
Copy link
Author

NicoAD29 commented Apr 9, 2025

Hi,

I confirm I use Thick mode.
Do you know the release date of the next version?

@sharadraju
Copy link
Member

We do not have confirmed release dates yet. Will update on this.
Please let us know, if there is any urgency on this requirement.

@sharadraju
Copy link
Member

@NicoAD29 What is the Oracle Client version that you are using?

@NicoAD29
Copy link
Author

Hi,

my config
oracledb 6.8.0
Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants