doberkofler / PLSQL-JSON

The JSON encode/decode library for Oracle PL/SQL
MIT License
47 stars 15 forks source link

wrong number of types of arguments in call to 'JSON_VALUE' #10

Closed FeridAbbasov closed 7 months ago

FeridAbbasov commented 5 years ago

Hi! After installing your last plsql-json release into database appear invalid object: JSON_EXT and gives error: 24 wrong number of types of arguments in call to 'JSON_VALUE' 358 component 'MAKENULL' must be declared 374 component 'MAKENAME' must be declared

Where is the problem?

doberkofler commented 4 years ago

Could you provide me with a small working example of your problem?