0% found this document useful (0 votes)
183 views2 pages

Oracle 10.2.0.5 Patch Update

The document provides steps to update an Oracle database from version 10.2.0.4 to 10.2.0.5 including downloading the patch, using the Oracle Universal Installer to apply the patch, starting the Oracle services, running SQL commands to upgrade the database, and restarting it. It also briefly mentions upgrading the same database from Oracle 10g to 11g which involves downloading an 11g database dump and installing the 11g Oracle home while keeping the Oracle instance running.

Uploaded by

venkatesh2paturi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
183 views2 pages

Oracle 10.2.0.5 Patch Update

The document provides steps to update an Oracle database from version 10.2.0.4 to 10.2.0.5 including downloading the patch, using the Oracle Universal Installer to apply the patch, starting the Oracle services, running SQL commands to upgrade the database, and restarting it. It also briefly mentions upgrading the same database from Oracle 10g to 11g which involves downloading an 11g database dump and installing the 11g Oracle home while keeping the Oracle instance running.

Uploaded by

venkatesh2paturi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ORACLE PATCH UPDATE FROM 10.2.0.

4 TO
10.2.0.5
Login as sidadm
Prerequisites:
1. Brtools version
2. SAP BASIS PATCH RELEASE
3. KERNEL VERSION
Stop sap
Stop all oracle service from services.msc
DOWNLOAD ORACLE 10.2.0.5 patch from smp.

Use oracle universal installer to update 10.2.0.5 patch


Start oracle services.
cd $ORACLE_HOME/rdbms/admin
sqlplus "/as sysdba"
SQL>startup upgrade;
SQL>@catupgrd.sql
SQL>shutdown immediate;
SQL>startup;
SQL>@utlrp.sql
Patch upgrade done successfully.
Oracle upgrade from 10g to 11g
Download oracle 11g rdbms dump from smp
Login as administrator

Prerequisites

You have stopped the SAP system (not the database instance) with the SAP
MMC. For more information, see Starting and Stopping the SAP System [page
49].
Procedure
CAUTION

If you copy the files from the RDBMS media to a local disk, do not use directory
names containing blanks.
NOTE
1

You need 5-10 GB disk space for the Oracle server software.

Stop sap
Keep running oracle instance.
Install 11g home on host.

You might also like