I am performing an insert using literal objects to a table with more than 50 fields in my oracle database, my message is "ORA-01036: Illegal variable/number?" How can I know in which column or in which parameter of those sent the program threw the error?
As it is a table with many fields, it is difficult to find the field that caused problems. I hope you can give me some solution.