Execute immediate error - ORA-00933: SQL command not properly ended
Oracle database 19c
Linux 7
I'm trying to write a program to find all the tables in a schema that have a column name like COLUMN_TEST.
Then once it finds a table, I want to update the table, and then I would do a rollback and then find the next table for update.
The reason I'm doing this is that running an update causes an error (on only some tables) and I want to capture that error.
ERROR at line 1:
ORA-00933: SQL command not properly ended
ORA-06512: at line 9
ORA-06512: at line 9