On Thursday, March 2, 2017 at 8:52:17 AM UTC-8, Charles Monteiro wrote: > > so we attempted to use the "sequel' executable to copy an Oracle database > to a postgres db which failed due to oracle 04043 errors related to Oracle > specific tables that are not relevant to the port process. > So my first question is has anybody been successful in using the sequel -c > from oracle to postgres or other db? > Secondly, is there any other mechanism available perhaps by via Ruby > Sequel coding to accomplish as much. Obviously, we don't need the Oracle > specific system tables and our tables are actually all prefixed. >
A fairly simple solution: Look at the code for bin/sequel, copy the "copy database" part, modify as desired. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
