Hi @Michael Xu
The ORA-01006 normally occurs when you are using PL/SQL to dynamically build a SQL statement and the SQL is malformed.
I refer to this thread ,you can take a reference:t_ora_01006_bind_variable_does_not_exist.htm
When you use Dynamic SQL Statement and forget to use the bind variable, you will get this error.
I refer to this thread:ora-01006-bind-variable-does-not-exist
Hope this can help you .
Best Regards,
Isabella
If the answer is the right solution, please click "Accept Answer" and upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.