# 
#  WARNING: Failure to carefully read and understand these requirements may
#  result in your applying a patch that can cause  your Oracle Server to
#  malfunction, including interruption of service and/or loss of data. 
# 
#  If you do not meet all of the following requirements, please log an
#  iTAR, so that an Oracle Support Analyst may review your situation. The
#  Oracle analyst will help you determine if this patch is suitable for you
#  to apply to your system. We recommend that you avoid applying any
#  temporary patch unless directed by an Oracle Support Analyst who has
#  reviewed your system and determined that it is applicable. 
# 
#  Requirements: 
# 
#    - You must have located this patch via a Bug Database entry
#      and have the exact symptoms described in the bug entry. 
# 
#  If you do NOT meet these requirements, or are not certain that you meet
#  these requirements, please log an iTAR requesting assistance with this
#  patch and Support will make a determination about whether you should
#  apply this patch. 
# 
#-------------------------------------------------------------------------
#  Interim Patch for Base Bugs: 6903335 
#-------------------------------------------------------------------------
#
#  DATE:  Mon May 12 08:34:47 2008
#  -------------------------------
#  Platform Patch for : Generic Patch
#  Product Version #  : 10.2.0.3
#  Product Patched    : RDBMS
#
#  Bugs Fixed by this patch:
#  -------------------------
#  6903335:RAT/SPA MISSING KEY FUNCTIONALITIES TO SUPPORT TEST UPGRADE FROM 9I
#  TO 10.2.0.3
#
#  Patch Installation Instructions:
#  --------------------------------
#  To apply the patch, unzip the PSE container file:
#
#  p6903335_10203_GENERIC.zip
#
#  Set your current directory to the directory where the patch
#  is located:
#
#    % cd 6903335
#
#  Ensure that the directory containing the opatch script appears in
#  your $PATH; then enter the following command:
#
#    % opatch apply
#
#  Patch Special Instructions:
#  ---------------------------
#  cd $OH/rdbms/admin
#    sqlplus / as sysdba
#    drop table plan_table$;   -- drop the plan table if was upgraded. 
#    @catplan.sql              -- recreate the plan table 
#    @dbmsxpln.sql             -- reload dbms_xplan spec
#    @prvtxpln.plb             -- reload dbms_xplan implementation
#    @prvtspao.plb             -- reload dbms_sqlpa
#
#  If the Oracle inventory is not setup correctly this utility will
#  fail. To check accessibility to the inventory you can use the
#  command
#
#    % opatch lsinventory
#
#  If you have any problems installing this PSE or are not sure
#  about inventory setup please call Oracle support.
#
#  Patch Deinstallation Instructions:
#  ----------------------------------
#  Use the following command:
#
#    % cd 6903335
#    % opatch rollback -id 6903335
#

