Up Gradation
Up Gradation
This screen lists the components that are included in, or supported by, this release of Oracle
Applications.
Use the Select Wizard Operation screen to indicate the action you want Rapid Install
toperform.
We will be indicate whether we are using an existing config.txt or new config file
Step 4: Choose the installation type identification of configuration file:
On a Unix (or Linux) operating system, the screen would look like this.
During an installation, Rapid Install displays a main progress bar and an individual progress
bar.
logfile
group 1 ('/u01/oraupgrade/upgradedata/log01.rdo') size 15m,
group 2 ('/u01/oraupgrade/upgradedata/log02.rdo') size 15m,
group 3 ('/u01/oraupgrade/upgradedata/log03.rdo') size 15m
datafile '/u01/oraupgrade/upgradedata/system01. dbf' size 100m
autoextend on next 512k maxsize 120m
default temporary tablespace temp
tempfile '/u01/oraupgrade/upgradedata/temp01.dbf' size 15m
autoextend on next 5m maxsize 20m
undo tablespace UNDOTBS1
datafile '/u01/oraupgrade/upgradedata/undo01.dbf' size 15m
autoextend on next 5m maxsize 60m
character set WE8ISO8859P1
national character set AL16UTF16;
--addb920.sql--
--adjv920.sql--
--admsc920.sql--
--adsy920.sql---
Result: -The above scripts create objects required by RDBMS and other technology stack
components on the database server
After completing the importing we need to chech whether we are able to connecting
Sqlplus apps/apps (It is the mandatory, if not then there is some problem with importing.
So need to import the data again).
Before doing this tasks, better take advantage of The Upgrade Manual Script(TUMS).
This creates script that lists the upgrade steps that do not apply to your system
$ftp updates.oracle.com
ftp> bin
ftp>cd 3422686
ftp>get P3422686_solaris.zip
ftp>bye
When you apply the patch, it loads objects into your APPS schema that TUMS uses to examine your
Applications configuration. Your current Applications environment is not affected.
$cd $AD_TOP/patch/110/sql
$sqlplus APPS /appspassword @adtums.sql
Applications Technology:
(To drop all event alert database triggers in custom schemas, run alrdtrig.sql from the
new APPL_TOP. Re-create the triggers in Step 2 of the Oracle Alert Tasks in Chapter 6
$ cd $APPL_TOP/admin/preupg
Trigger dropped.
Trigger dropped.
Review the output (akchkp16.rpt) for invalid data. If the report indicates a problem,
use the appropriate Oracle Application forms to correct the problem. (You can run
scripts akfxmrp1.sql and akfxmrp2.sql to correct specific problems as described in
OracleMetaLink Doc 184261.1). Continue to run the scripts (from the new APPL_TOP)
and make corrections until there is no invalid data.
Check the output (akchkr11.rpt) for invalid data. Use the appropriate Oracle
Applications forms to make corrections. Continue to run the script (from the new
APPL_TOP) and make corrections until there is no invalid data.
$ cd $APPL_TOP/admin/preupg
SQL > <APPS username>/<APPS password> @akchkp16.sql
If you customized seeded item types in prior versions of Oracle Workflow, the new
seed data may not load properly when you use the Workflow Definitions Loader. To
see a list of item types, type the following at any prompt:
WFMAIL
APEXP
HRSTAND
HREKIOSK
CSSTAND
HRAPPRVL
$ cd $APPL_TOP/admin/preupg
$ SQL <APPS username>/<APPS password> @wfprotrst <item_type>
$ cd $APPL_TOP/admin/preupg
$ SQL <AOL username>/<AOL password> @adpuver.sql
Set up tablespaces :
Convert existing tablespaces to local extent management
We recommend using local extent management to increase performance. To
convert all non-SYSTEM tablespaces from Data Dictionary extent management to
local extent management, run the following script:
$ cd $APPL_TOP/admin/preupg
$ SQL <SYSTEM username>/<SYSTEM password> @adtbscnv.pls <SYSTEM password>
$ cd $AD_TOP/patch/115/sql
$ sqlplus <APPS username>/<APPS password> @adgnofa.sql <MODE>
By running the above script generates adcrtbsp.sql
Review the information in adcrtbsp.sql and specify the location of the data
files. Then, run it from the database server as the SYSTEM user to add
new
product tablespaces and resize the existing product tablespaces
Before you continue with the upgrade, apply patch 3835781 to update/create
necessary OWS packages.
Copy the following files from the directory where you downloaded the patch
the subdirectory you created in Step 1: patch.sql, modplsql/owa/pubmat.sql,
modplsql/owa/privmat.sql.
Run this script from the admin directory under the new APPL_TOP. Make sure you
have permission to write to that directory.
Sqlplus <SYSTEM username>/<SYSTEM password> @adsysapp2.sql <SYSTEM
password>
Check the spool file for errors. Invalid packages in the database are acceptable. They
are validated when you run AutoUpgrade.
$ Cd $FND_TOP/patchsc/107/sql
$ Sqlplus <APPS username>/<APPS password> @afstatrn.sql FALSE
The adupinfo.sql script generates a file called adupinfo.lst, which contains information
You will need later in the upgrade. Run adupinfo.sql from the new APPL_TOP.
$ Cd $APPL_TOP/admin/preupg
$ Sqlplus <APPS username>/<APPS password> @adupinfo.sql
CopyXSU12_ver1_2_1.zipfromCOMMON_TOP/utiltoORACLE_HOME/appsutil/admin
and unzip it. This file creates a single subdirectory (OracleXSU12) and places everything
under that directory.
Follow the installation instructions in the readme file for each product
(xmlparser/lib/README for the XML Parser for PL/SQL, and
OracleXSU12/lib/README for the XML SQL Utility.
Use the following procedure to load the Oracle XML Parser for PL/SQLinto
Oracle Applications 11i database:
o Load the XML Parser for PL/SQL packages into the APPS schema using SQL*Plus:
$ cat load.sql | sqlplus <APPS user/APPS password>
This will load all the sql files needed by the PLSQL XML parser.
o Update XML Parser for Java version to ensure consistency between the application
tier and the database.
If the database server and the Applications servers are on the same node, change
to the location of the JAVA_TOP and run the loadjava command. If they are not on
the same node, copy xmlparserv2.zip from $JAVA_TOP on any Applications
server node to a temporary location on the node where the database server is
installed. Load it into the APPS schema using the following syntax:
$ adaimgr consolidated_tablespace=N