P
Paul Koufalis
Guest
Current prod: 10.1C Future prod: 11.7 How do I do a delta between version 10 and 11 DBs in order to promote dictionary changes from dev to prod? For a few months, dev is going to be in 11.7 and prod is going to be in 10.1C. I can't run the OE11 prodict/dump_inc.p because there are tables in OE11 that don't exist in the OE10 DB (ex.: _Tenant). Some possible solutions: 1. Extract the OE10 dump_incr.p from prodict.pl and run it from the OE11 session 2. Hack the OE11 dump_incr.p to delete references to tables like _Tenant that don't exist in OE10 3. Dump the OE10 prod DF and load into an empty OE11 DB, then maintain that DB during the cutove period to create the deltas that I can then apply to the OE10 prod DBs. Does anyone have any other solutions? Comments on the above possible solutions? I _think_ that solution #3 is the safest but logistically the most complicated.
Continue reading...
Continue reading...