Database Upgrade From 11.1.0.6 To 11.1.0.7
Database Upgrade From 11.1.0.6 To 11.1.0.7
Database Upgrade From 11.1.0.6 To 11.1.0.7
7
------------------------------------------------------
Note: The Patch number is 6890831 for Patchset 11.1.0.7.
You can download this patchset from http://metalink.oracle.com, but for this you
need a valid CSI number.
From the patch readme.
<quote>
You can apply the Oracle Database release 11.1.0.7 patch set to the following Or
acle Database 11g release 1 installations:
* Oracle Database
* Oracle Real Application Clusters
* Oracle Database Client
* Oracle Database Examples
* Oracle Clusterware
* Oracle Automatic Storage Management Only instance
------------------------------------------------------
Create PFILE:
sqlplus '/as sysdba'
create pfile from spfile ;
Invalids Count:
select object_name, owner, object_type
from all_objects where status like INVALID ;
select count(*)
from all_objects where status like INVALID ;
Timezone Pre-req
select version from v$timezone_file;
Check out MetaLink Note 568125.1 if you are running anything other than
version 4
Pre-upgrade Tool Kit:
Run the script utlu111i.sql in the $OH/rdbms/admin directory. It is designed to
let you know if there are issues to address prior to the upgrade.
Shutdown Oracle instance
Upgrade Process:
sqlplus /nolog
startup upgrade
spool upgrade.log
@?/rdbms/admin/catupgrd.sql
spool off