Is there a problem if an Oracle user (USER) is a reserved word?
In case: MAX
Is there a problem if an Oracle user (USER) is a reserved word?
In case: MAX
Yes!
I've been in the same situation, though, in MySQL.
You should use "MAX" quotes to report as a normal word.
see this link and search for MAX or RESERVED WORDS (PL / SQL)
I hope I have helped you!