1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
| Rem
Rem $Header: catpatch.sql 08-apr-2004.22:36:25 arithikr Exp $
Rem
Rem catpatch.sql
Rem
Rem Copyright (c) 2001, 2004, Oracle Corporation. All rights reserved.
Rem
Rem NAME
Rem catpatch.sql - Script to apply CATalog PATCH set to a database
Rem
Rem DESCRIPTION
Rem This script encapsulates the "post install" steps necessary
Rem to migrate the dictionary to the new patchset version.
Rem It runs the new patchset versions of catalog.sql and catproc.sql
Rem and calls the component patch scripts.
Rem
Rem NOTES
Rem Use SQLPLUS and connect AS SYSDBA to run this script.
Rem The database must be open for MIGRATE
Rem
Rem MODIFIED (MM/DD/YY)
Rem rburns 03/25/04 - bug 3430486: special patch script
Rem ajadams 09/21/04 - Add 9.2.0.* warning for bug 3785754
Rem arithikr 04/08/04 - 3531336 - create sys.ind_online$
Rem nmukherj 02/02/04 - invalidate seg$ spare1 flag
Rem arithikr 12/08/03 - Backport 3249260: base bug 3121812
Rem rburns 07/01/03 - uncomment odmpatch
Rem rburns 08/27/02 - add Ultra Search patch
Rem rburns 08/21/02 - invalidate materialized views for bug 2475163
Rem rburns 07/18/02 - comment components not in patch release
Rem rburns 05/14/02 - convert for 9.2.0.2
Rem rburns 10/15/01 - add scope argument
Rem rburns 10/10/01 - Merged rburns_patchset_tests
Rem rburns 09/26/01 - Version for 9.0.1.2.0 patchset
Rem rburns 09/26/01 - Created |
Partager