Get the above error when the execute immediate is called in a loop
Update CustomersPriceGroups set 1AO00=:disc Where cuno=:cuno Parameters: disc=66 c
And I was writing query like. I had to remove [ and ]
[
]
UPDATE SN.TableName SET [EXPIRY_DATE] = systimestamp + INTERVAL '12' HOUR, WHERE [USER_ID] ='12345'
We recently moved from SQL Server to Oracle.