The below query I'm trying to run in oracle 11g DB but getting an error can anyone tell me how should I insert the query in the specified hardcoded value,
INSERT INTO EIPLOGGING.EIP_CONFIG (STORE_NAME,KEY,VALUE) values ('TscCommonConfig','DEV.TscPetsenseAppntmntSkuSnwflke.config','{"source":"UM","target":"Snowflake","endPoint":"https://tractorsupply.east-us-2.privatelink.snowflakecomputing.com/api/statements","timeoutInMs":"5000","retryMaxCount":"1","retryIntervalInSec":"1","enableSuccessLogger":"true","sqlQuery":"INSERT INTO WW_APPOINTMENT_ARTICLE (WW_APPT_ID,ARTICLE_NO,STORE_NO,TRANS_NO,TIME_DIM_KEY) **values ('<WW_APPT_ID>','<ARTICLE_NO>','<STORE_NO>','<TRANS_NO>','<TIME_DIM_KEY>')**","role":"SVCEIPDEV_ROLE","database":"TSC_DEV_DB","schema":"EDW","timeoutInSec":10}
');
Here I'm getting errors like
Error at Command Line: 11 Column: 363
Error report -
SQL Error: ORA-00917: missing comma
00917. 00000 - "missing comma"
*Cause:
*Action: