Migration between schemas
Ash_Apr 16 2009 — edited Apr 16 2009Dear All,
I have to do migration from schema A to C on 10g. Now the problem is the migration scripts I have has hardcoded schema name as B since B is the production schema name and the script has to finally run on Production. Before the script runs on Production I wanted to run it on test env.
Please let me know if by any means its possible to write into schema C while running the same script for B without renaming it. Is there any other way around please?
Thanks to all in advance!