Advertisement
Guest User

Untitled

a guest
May 25th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. Hibernate: alter table FM_REPORT_ALT_SAMPLE_TB add constraint FKph4hnbie5oarpasogty2fp110 foreign key (FM_REPORT_ID) references FM_REPORT_TB
  2. May 25, 2016 1:40:08 PM org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl handleException
  3. WARN: GenerationTarget encountered exception accepting command : Unable to execute command [alter table FM_REPORT_ALT_SAMPLE_TB add constraint FKph4hnbie5oarpasogty2fp110 foreign key (FM_REPORT_ID) references FM_REPORT_TB]
  4. org.hibernate.tool.schema.spi.CommandAcceptanceException: Unable to execute command [alter table FM_REPORT_ALT_SAMPLE_TB add constraint FKph4hnbie5oarpasogty2fp110 foreign key (FM_REPORT_ID) references FM_REPORT_TB]
  5.  
  6. <properties>
  7. <property name="javax.persistence.jdbc.driver" value="oracle.jdbc.OracleDriver" />
  8. <property name="javax.persistence.jdbc.url" value="jdbc:oracle:thin:@ldap://mdaoid.xxx.org:389/risdev3, cn=OracleContext,dc=yy,dc=tmc,dc=edu" />
  9. <property name="javax.persistence.jdbc.user" value="ristore_owner" />
  10. <property name="javax.persistence.jdbc.password" value="aaabbbccc" />
  11.  
  12. <!--Hibernate properties-->
  13. <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect" />
  14. <property name="hibernate.show_sql" value="true" />
  15. <property name="hibernate.hbm2ddl.auto" value="update" />
  16. </properties>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement