Oracle Application Express (MOSC)

MOSC Banner

issues upgrade ORDS 3.09 to 19.2

edited Jul 3, 2020 4:35AM in Oracle Application Express (MOSC) 2 commentsAnswered

We have an issue after updating ORDS 3.09 to 19.2 with a 12.2 database and deployed on WLS 12.2.1.3 server.

ORDS version 3.09 was converting the SDO_GEOMETRY to JSON in the following format:

"puntgeometrie": {"type": "Point","coordinates": [123456, 123456]}

ORDS version 19.2 is not doing the conversion for some services thus creating and invalid JSON and is doing the conversion for other services in a different format:

"puntgeometrie": {"srid": 28992,"point": {"directposition": [123456.0, 123456.0]}}

any suggestion what to check / adjust would be appreciated

thnx,

Peter

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center