|
Re: How to upgrade Oracle 8.1.6.0.0 to 8.1.6.3.6 [message #55979 is a reply to message #55978] |
Thu, 27 February 2003 14:56 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Sanjay
Messages: 236 Registered: July 2000
|
Senior Member |
|
|
You are applying the patch so get it from Metalink.
1. Shutdown all databases.
2. Take a cold backup of the system (as deemed necessary)
3. Apply the patch.
4. When complete, start the database.
5. Fire up SQLPlus and it should tell you the version of Oracle you have. It should specifically say '8.1.6.3.6'. Or run the query
SQL> select version from v$instance;
Cheers.
|
|
|