I want to save data in oracle
I saw this manual.
https://developer.thingworx.com/en/resources/guides/external-databases/external-database-write
but Invalid column index Error confirmed.
I used two methods.
SQL (Command), SQL (Query)
And I used three methods.
([[ipvalue]], [[clocksvalue]], [[tempervalue]], [[loadvalue]], [[powervalue]], SYSDATE);
('[[ipvalue]]', '[[clocksvalue]]', '[[tempervalue]]', '[[loadvalue]]', '[[powervalue]]', SYSDATE);
('<<ipvalue>>', '<<clocksvalue>>', '<<tempervalue>>', '<<loadvalue>>', '<<powervalue>>', SYSDATE);
The inputs data are all strings.
Configuration is not wrong.
I think my method is wrong.
Can you help me?

