Hi everybody,
I have a question concerning the database username. Does hibernate constrain any length limitations for the username? I'm using hibernate 3.3 in combination with Oracle 10g and connecting to the database doesn't work (invalid login/password) although the username and password are correct. The connection works using JDBC or Oracle's SQLDeveloper.
Now the strange thing is, that the error displayed when trying to connect says "Access denied for user '#MYUSER#'" where MYUSER consists of the first 15 characters of the username which is in fact longer than 15 characters.
Therefore I'd like to know if hibernate automatically limits the username to 15 characters.
Thanks in advance and best regards Marius
|