Oracle Point, Oracle Life.

Most Popular Posts

July 6, 2007

Oracle Forums Posting- Database General

Filed under: OraclePoint — R.Wang @ 5:23 pm

See my posting on Oracle Forum (http://forums.oracle.com)

July 06, 07 ORA-01119 & ORA-07358

July 5, 07 For Finding sql statements which consumes High CPU

June 29, 07 index usage

June 27, 07 Interpret v$db_cache_object

June 27, 07 Monitoring and staistics tool

June 18, 07 How do I affirm direct IO is working?

June 18, 07 Optimizer not doing the right thing in 10gR2

June 13, 07 need some help experts regarding SGA. please advise

June 7, 07 import from XML

June 5, 07 For Finding sql statements which consumes High CPU

May 31, 07 SQL Slowing down

May 24, 07 Freeware Statpack graph plotter

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Popularity: 2% [?]

Tags:none

Oracle Patch CPUJan2006 installation guide - (Note 343384.1)

Filed under: OraclePoint — R.Wang @ 3:48 pm

Oracle DB version: 9.2.0.6
OS: SUN solaris 9 (SPARC 64 bit)

Pre-installation:

Note: These are pre-install steps that should be done just before the maintenance window starts

1. Make sure you have Perl 5.00503 (or later) by issuing command “perl -v”

2. You must use OPatch version 1.0.0.0.54 or later. (I used OPatch 1.0.0.55, available at
metalink with Patch#2617419) (version check by issuing “opatch version”)

(If not, install it. To the $ORACLE_HOME directory copy the
p2617419_10102_GENERIC.zip and unzip it:

cp p2617419_10102_GENERIC.zip $ORACLE_HOME/
mv $ORACLE_HOME/OPatch/ $ORACLE_HOME/OPatch.bak
cd $ORACLE_HOME
unzip p2617419_10102_GENERIC.zip)

Check again the current version and if it works:

$ORACLE_HOME/OPatch/opatch lsinventory

3. Before starting the installation check whether “java” and “jar” executables are present in
your Oracle Home. In a standard Oracle installation, “java” is available in
$ORACLE_HOME/jre//bin directory and “jar” is available in $ORACLE_HOME/jdk/bin
directory.

ls -l $ORACLE_HOME/jre/bin
ls -l $ORACLE_HOME/jdk/bin

If you don’t have a standard installation and these commands are not present, then invoke
the “opatch apply” command with the -jdk flag, specifying the full path to the JDK to be used.

4. Check if the following executables must be present in the $PATH: make, ar, ld, and nm.
Make sure the directory “/opt/SUNWspro/bin” and “/usr/ccs/bin” in $PATH

5. Copy the p4751921_9206_solaris64.zip file to your oracle’s home directory, unzip it there
and go to the 4751921 subdircetory.

unzip p4751923_92070_LINUX.zip
cd ~/4751923

Installation: NOTE: Service downtime starts here

1. Shutdown all instances and listeners associated to the ORACLE_HOME being updated:

lsnrctl stop
sqlplus “/ as sysdba”;
SQL> shutdown immediate;
SQL> exit;

2. Apply the CPU:

$ORACLE_HOME/OPatch/opatch apply

If you encounter any errors, please refer to the “Known issues” section of the 343384.1
document.

Post-Installation:

1. Start up all database instances running out of the ORACLE_HOME being patched and run a postinstallation script.

2. find invalide objects after patch installation

cd $ORACLE_HOME/cpu/CPUJan2006
sqlplus “/ as sysdba”;
SQL> startup;
SQL> select OBJECT_NAME from DBA_OBJECTS where status = ‘INVALID’;
SQL> @catcpu.sql;
SQL> exit;

Examin the log file. If you encounter any errors, please refer to the “Known issues” section
of the 343384.1 document.

3. If catcpu.sql reports any Invalid Objects, compile the invalid objects using the following:

cd $ORACLE_HOME/rdbms/admin
sqlplus “/ as sysdba”;
SQL> @utlrp.sql

Check again if invalid objects exist:

SQL> select OBJECT_NAME from DBA_OBJECTS where status = ‘INVALID’;
SQL> exit;

4. Start the listener:

lsnrctl start

DONE!!!!

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Popularity: 3% [?]

Tags:none

Page: 1 | ... | 42 | 43 | 44 | 45 | 46 | 47
 

Windows Live Translator

Google