So this is related to 2 other open posts but posting it separate since its a very specific use case.
If we define a series of tables in elixir call them Table A, B, C and table C references table A (ManyToOne or ForeignKey, or...) then in SOME cases it looks like Oracle is trying to create table C first and in generating the reference to table A for the constraint we get ORA-00942: table/view does not exist. Has anyone found a way around this problem? The use_alter doesn't help 100% since it just issues it after the table create, what we need is to either order the table creations (?) or maybe create all references after all tables have been done. I'm sure I am missing something trivial here. Thanks, Brandon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
