sam15
asked on
UpgradiingOracleDB9iR2
Couple of question on upgrading oracle 9.2.0.2 to 9.2.0.8
1) Is it simply just applying a patch set to the server?
2) Do we have to retest every functionality in our client applictions and stored procedures afer upgrade?
1) Is it simply just applying a patch set to the server?
2) Do we have to retest every functionality in our client applictions and stored procedures afer upgrade?
The readme.txt file (which will be provided with the patchset) will give you all the instructions you need for running the upgrade. All the functionnalities in your client application and stored procedures should continue to work after the upgrade but it doesn't prevent you to test them at the end of the operation.
ASKER
ANy ideas how long it takes to do this?
Are you patching teh database or the instance?
I guess we still have to test everyghing to make sure it runs. right?
Are you patching teh database or the instance?
I guess we still have to test everyghing to make sure it runs. right?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
When you upgrade your oracle server from 9.2.0.2 to 9.2.0.8, you apply the patchset using the runinstaller but you have also to upgrade after the instances that already exist.
It is also recommanded to take a backup of the db and the Oracle Home before running the upgrade.
Cheers