Rem Rem $Header: mgw/src/plsql/admin/mgwu112.sql /mgw_main/1 2009/10/08 15:03:05 jleinawe Exp $ Rem Rem mgwu112.sql Rem Rem Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. Rem Rem NAME Rem mgwu112.sql - MGW component upgrade script from 11.2.0 (to 12.1.0) Rem Rem DESCRIPTION Rem This script must be run AS SYSDBA. Rem Rem This script is intended to be run during component upgrade process; Rem typically from mgwdbmig.sql. It should only be called when upgrading Rem a 11.2.0 database in which the MGW component is currently loaded. Rem Rem Messaging Gateway agent must be shut down before running this script. Rem Rem NOTES Rem TOID Note: Starting with RDBMS 10R1, a fixed OID is assigned for Rem every new MGW type, rather than having one automatically assigned by Rem the database. Note however, for any 9.x to NNN upgrade, we will wind Rem up with a mixture, fixed ids for any new types but old generated ids Rem for existing types. It is something that we (and the user) has to deal Rem with. OJMS and likely other components face the same issue if they Rem did not use the OID clause from the start. Rem Rem MODIFIED (MM/DD/YY) Rem jleinawe 10/05/09 - Created Rem Rem ========================================================================== Rem ======================================================================== Rem No database changes for MGW component for 12.1.0 release. Rem No upgrade actions needed for MGW other than registry. Rem ======================================================================== Rem ======================================================================== Rem Chain to component's next "u" script Rem ======================================================================== Rem For next release, we will need to chain to mgwuNNN+1 script rem @@mgwu121 Rem === End file: mgwu112.sql ================================================