You are on page 1of 4

1. Doing a fresh 11.0.

3 Install following: Oracle Applications Installation


Release 11 for UNIX (Part No. A57983-02)
a. You need to set-up a variable DOMAIN=<your_domain>
b. For 1hr install you should set ports within below range: 0-9999
c. 1hrinstall creates an execution plan:
/emea/oracle/emtest2/home/TST_env.pln:
│ │ 1. Log on to celahp1 machine as emtest2 user,run orainst

││ │
│ │ One-Hour Install installs: │
││ │
│ │ o Oracle technology stack │
│ │ o Applications database │
│ │ o Oracle Applications administration server

│ │ o Oracle Applications concurrent processing server

│ │ o Oracle Applications forms server v│
……………………………………………………………………..
d. ports were changed as below:
DOn;t use any default ports.
TST.FRM_WUDPPRT=9632
TST.FRM_WADMPRT=9633
TST.FRM_WEBPRT=9634
TST.CON_RPCPORT=9631
TST.FRM_FORMSPRT=9635
TST.DBS_DBPORT=9630

e. Configuration looks like:


----------------------------------------------------------------------
Configuration Summary - Test Environment

Generated by emtest2 on celahp1


----------------------------------------------------------------------

Database Server : celahp1

Oracle User : emtest2


Oracle Base : /emea/oracle/emtest2/emtest2110/oratst
Oracle Home : /emea/oracle/emtest2/emtest2110/oratst/product/805
Database SID : EMTEST2
Listener Port : 9630

Admin Server : celahp1

Oracle Info. : same as Database Server


Application User : emtest2
APPL_TOP : /emea/oracle/emtest2/emtest2110/appltst/1103
Conc. Server : celahp1

Oracle Info. : same as Database Server


Application User : emtest2
APPL_TOP : /emea/oracle/emtest2/emtest2110/appltst/1103
RPC Port : 9631

Forms Server : celahp1

Oracle Info. : same as Database Server


Application User : emtest2
APPL_TOP : /emea/oracle/emtest2/emtest2110/appltst/1103
Forms Port : 9635
Web Listener : ltst
Web Server Port : 9634
Web Admin Port : 9633
Web UDP Port : 9632

f. Post install steps:


││ You will need to perform the additional post install │) │
││ steps. Use your favourite browser and open │ │
││ /emea/oracle/emtest2/emtest2110/oratst/admin/EMTEST2/htm │ │
││ file for details about the post install steps. If you do │ │
││ not have a local browser installed on this system, │ │
││ please refer to the One-Hour Install Documentation for │ │
││ details about the post install steps. │ │

g. After the install completes its job all services are up besides Web
services and these should be started using script: apowsctl.sh. Also
Forms Server listener shoulded been started

2. Upgrading to 11.5.10.2
a. Follow Chapter 4 from

http://appsre.us.oracle.com/pdfdocs/r11i/115102/r115102ins.pdf

b. If you don’t provide the exact SID and DB listener port number
Rapidwiz may hang at this stage.
c. You need to provide the base directory as top directory of Applications
Installation
d. Afterwards define any mounting points for DB and Application tier.
e. For DB Rapidwiz will create the new 9i OH
f. Config file saved at below address:

/tmp/emtest2/config.txt
g. After Rapidwizard finishes its job new APPL_TOP is on and several
steps need to be performed before Autoupgrade is run. Mostly these
steps are functional related and need to run them for the modules you
have installed/added previously using 1hrInstall or adaimgr.
3. After all module related pre-upgrade steps are done next step supposes to
upgrade the DB directly to 9i.
4. The above is NOT supported as per Oracle9i migration manual – A96530-02:
….
8.0.3
8.0.4
8.0.5
Direct upgrade is not supported. Complete the following steps to upgrade to the new
release:
1. Upgrade to release 8.0.6 using the instructions in the release 8.0.6 READMEMIG.doc
file.
2. Upgrade the release 8.0.6 database to the new release using the instructions in
Chapter 3, "Upgrading a Database to the New Oracle9i Release"

5. So upgrading first to 8.0.6 following NOTE:151789.1 & NOTE:111625.1….


Downloaded from SAC 8.0.6 patchset and installed it in old OH, not before
backing-up old content

6. After the 806 upgrade I followed 9i migration manual to upgrade the DB to 9i.
Few considerations here:
a. Rapidwizard for 11.5.10.2 already brings latest DB patchset (9.2.0.6)
so no need to apply this
b. To gain time best would be to modify the new created pfile with values
specific for old RDBMS 8.0.6 OH instead of modifying initialization
parameters one by one
c. Beware of UNDO_TABLESPACE management cause needs to be
unset as compatible was previously set to 8.1.0. If not you will face an
error during startup migrate: ORA-01092: ORACLE instance
terminated. Disconnection forced. Looking in alert.log you will find:
ORA-30020: UNDO_MANAGEMENT=AUTO needs Compatibility
9.0.0.0.0 or greater
d. Afterwards I was supposed to run u0800060.sql
e. Running adaimgr I faced issue:
….
sqlplus -s APPS/***** @/emea/oracle/emtest2/emtest2appl/ad/11.5.0/patch/115/sql/
adsetdf.sql &systempwd &un_fnd

Connecting to SYSTEM
Connected.

Changing the Default tablespaces for all Users...


FROM APPLSYS.fnd_tablespaces
*
ERROR at line 12:
ORA-06550: line 12, column 13:
PLS-00201: identifier 'APPLSYS.FND_TABLESPACES' must be declared
ORA-06550: line 11, column 6:
PL/SQL: SQL Statement ignored
ORA-06550: line 17, column 13:
PLS-00201: identifier 'APPLSYS.FND_TABLESPACES' must be declared
ORA-06550: line 16, column 6:
PL/SQL: SQL Statement ignored
ORA-06550: line 22, column 13:
PLS-00201: identifier 'APPLSYS.FND_TABLESPACES' must be declared
ORA-06550: line 21, column 6:
PL/SQL: SQL Statement ignored

= Looks like adgncons.sql didn’t create the FND_TABLESPACES

f.

You might also like