I received the following error message whenever a module tried to use the ":start" bind variable name.
ORA-01745: invalid host/bind variable name
After researching the issue, apparently the word "start" is a reserved word in Oracle, and therefore cannot be used as a bind variable name.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1396314_database.patch | 894 bytes | cmurph |
Comments
Comment #1
cmurph commentedI've attached a patch to fix the issue.
Comment #2
aaaristo commentedfixed in 1.10