Hello,
I can't work with Oracle's synonyms.
I can only see synonyms for system's schema!
<hibernate-mapping>
<class name="pojo.User" table="MySynonymOfUser" schema="MYSCHEMA">
<id name="userId" type="java.lang.String"> ...
when I use synonyms, the return is an oracle's error : table or view does not exist ;
It seems that rights on the synonyms are well granted for the user for the schema that I want use , (in fact with TOAD i can see them).
Do you know if there is bugs with Oracle 10g and hibernate?
Could you help me ?
thx.
|