So hopefully I can type this so it makes some sense. I need to perform two tasks: Upgrade all current projects from QC 9.2 to QC 10.0(and 11.5 later) & change from Oracle 9i DB to 10g DB.
I did the following:
-Had our DBA copy the project schemas from the 9i DB to the 10g DB.
-Upgraded projectA from 9.2 to version 10.
-Removed, changed to 10g DB in dbid.xml file, restored projectA.
-Ran verify and repair and logged in fine.
-Removed, changed to 10g DB in dbid.xml file, restored projectB.
-Upgraded projectB from 9.2 to version 10.
-Got error(log attached) during the upgrade step(verify/repair were fine).
My issues are this:
-When projectA was upgraded from 9.2 -> 10.0 the 9i DB was upgraded. When I changed to the 10g DB it should have reverted to 9.2, but it showed as being version 10.0. I was able to login to the project fine. Is this okay?
-projectB got an error. Is this because QC 9.2 is not supported on Oracle 10g so it caused upgrade from 9.2 -> 10.0 to fail?
-Is there any other order I should be doing this in? Maybe this order:
=upgrade projectC from 9.2 to 10
=have DBA copy upgraded schema from 9i to 10g
=change DB from 9i to 10g
Thanks for any help, comments, or ideas. They are very-much appreciated.