Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Web Source Modules Error : ORA-40597: JSON path expression syntax error ('$."fields@odata."context\u

Harish SharmaJun 21 2019 — edited Jul 10 2019

Hi Expert ,

I am facing challenge in APEX web source modules and not finding any solution. I have created web source modules and it is success. I am getting error when I am designing report on top it. Report is created but displaying error as ":ORA-40597: JSON path expression syntax error ('$."fields@odata."context\u0022"') JZN-00209: Unexpected characters after end of path at position 24"

I have investigated the cause and found that JSON array list as shown in below is failing. If i remove these columns from payload able to get the data.

{

"Region": [

"Subsaharan Africa"

],

"Country": [

"Belize"

],

"Sector": [

"Entrepreneurship",

"Process Optimization",

"Strategy",

"Training/Capacity Building"

]

}

I am getting this below error after executing the web source modules.This is JSON array and it is failing.pastedImage_0.png

If I will remove these columns all data is coming perfect and displaying correctly. Issue with APEX parsing for JSON array what i have understood as of now. It would good if you can help out here.

If i will remove these columns from Payload i am getting success result as shown below.

pastedImage_9.png

Could you please help me out to fix the issue. Not sure whether it is issue with APEX.

Kind Regards,

Harish Sharma

Comments
Post Details
Added on Jun 21 2019
12 comments
2,839 views