Примечания к выпуску для Cisco Cisco Transport Manager 9.0

Скачать
Страница из 160
     
21
Release Notes for Cisco Transport Manager Release 9.0
OL-15572-01
  Third-Party Patches and Security Notices
e.
If any invalid objects were reported, enter the following commands to run the utlrp.sql script: 
cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> @utlrp.sql
SQL> QUIT
f.
Manually recompile any invalid objects. For example: 
SQL> alter package schemaname.packagename compile;
Step 9
Complete the following substeps to download and install the OPatch (patch number 6880880):
a.
Go to 
 and click Login to MetaLink. Enter your Oracle MetaLink 
username and password.
b.
Select Patch from the menu and search for the 6880880 patch. 
c.
Choose Solaris Operating System (SPARC 64-bit) from the Platform or Language list box. 
d.
Click Go.
e.
Click Download to download the p6880880_112000_SOLARIS64.zip file to your local 
workstation.
f.
Enter the following command to log into the Oracle workstation as the oracle user: 
su - oracle
g.
Save the patch to the $ORACLE_HOME directory.
h.
Enter the following commands to unzip p6880880_112000_SOLARIS64.zip to your Oracle home 
directory: 
cd $ORACLE_HOME
unzip p6880880_112000_SOLARIS64.zip
i.
At the prompt asking if you want to replace all files, choose Replace All
Patch 6880880 is now installed. 
j.
To verify that you have the Opatch utility installed, enter the following command as the oracle user: 
$ORACLE_HOME/OPatch/opatch version
The following messages appear: 
Invoking OPatch 11.2.0.1.0
OPatch version: 11.2.0.1.0
OPatch succeeded.
Note
The OPatch version (11.2.0.1.0 or later) is different from the Oracle software version 
(10.2.0.4), because they are separate products. 
k.
Enter the following command to remove the temporary .zip file: 
rm $ORACLE_HOME/p6880880_112000_SOLARIS64.zip
Step 10
Enter the following commands to shut down Oracle and the listener: 
su - oracle
lsnrctl stop
sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown immediate