Oracle user is a reserved word, can generate problems?

2

Is there a problem if an Oracle user (USER) is a reserved word?

In case: MAX

    
asked by anonymous 25.07.2014 / 16:59

1 answer

2

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!

    
25.07.2014 / 17:18