| In Oracle : Install Oracle Maintenance Wizard for Apps | |||
|
|
|||
| |||
|
|
|||
|
In-Oracle.com -> Oracle Applications (apps) -> R12 -> Install Oracle Maintenance Wizard for Apps
Install Oracle Maintenance Wizard for Apps
1. What is Maintenance Wizard used for ? 2. Presentation of my test environment 4. Install the Oracle 10g database Software 5. Install the Oracle 10g iAS for use by Maintenance Wizard 6. Create the database for the Maintenance Wizard 7. Configure the listener.ora and tnsnames.ora for the Oracle database 8. Set up the tnsnames.ora for the <iAS ORACLE_HOME> 9. Create the NEWEOF tablespace for the Maintenance Wizard 10. Verify if zip and unzip executables are installed 11. Set the default Linux/ UNIX shell to Korn shell 12. Install the Maintenance Wizard
1. What is Maintenance Wizard used for ?
Maintenance Wizard is an Oracle tool (for UNIX or Linux) which can be used for upgrading Oracle APPS to R12. It helps you to reduce upgrade tasks by dynamically filtering the necessary steps based on criteria it obtains from your Applications environment
2. Presentation of my test environment
4. Install the Oracle 10g database Software
a) Prepare the OS for the Oracle database 10g installation (however, this step is needed for the database and not for the Oracle software). For more installation see the Oracle 10g Installation Guide.
b) Run the installer ./runInstaller
c) On the first window, choose the ORACLE_HOME location, uncheck the option called "Create Starter database", choose "Enterprise Edition".
d) Specify a location for the Oracle Inventory
e) When the pre-requisites will be checked and all is ok, click "Next"
f) When the "Summary" window appears click "Install"
g) Exit the installation when the installation will complete.
5. Install the Oracle 10g iAS for use by Maintenance Wizard
a) Run the installer ./runInstaller
Note: If you use a version of Linux which is not validated by the iAS installer you can start the installer with the ignoreSysPrereqs parameter (in this case you must be sure that the other prerequisites are valid ): ./runInstaller -ignoreSysPrereqs
b) Specify the installation directory (iAS Oracle Home), choose "Advanced Installation Mode" and click "Next"
c) Choose "Web Server" option (which contains the Oracle Process Management) and click "Next"
d) Select desired method of port configuration (I suggest "Automatic" method) and click "Next"
e) Choose a name for your instance (example: ias_mw ) and click "Next"
f) Click Next again and after that in the next window press "Install"
g) When the installation complete, exit the installer.
6. Create the database for the Maintenance Wizard
a) Set the ORACLE_HOME variable: export ORACLE_HOME=<full path to the RDBMS ORACLE_HOME>
b) Run the Database Configuration Assistant cd $ORACLE_HOME/bin ./dbca
c) Choose "Create a Database" -> "General Purpose" -> specify name for the database ("mw_db" for instance) -> choose to configure the database with Enterprise Manager -> choose a password for SYS and SYSTEM accounts -> choose "File System" as storage mechanism and select a "Common Location" -> Disable Flashback features -> choose NO sample schemas -> configure the SGA, PGA, etc (you can click "Next" to keep the default configuration ) -> When the installation complete, exit the installer.
7. Configure the listener.ora and tnsnames.ora for the Oracle database
Here is the listener.ora configuration template: SID_LIST_LISTENER =
)
Here is the tnsnames.ora entry to be added (it must be configured for your particular situation): mwdb =
8. Set up the tnsnames.ora for the <iAS ORACLE_HOME>
cd <iAS ORACLE_HOME>/network/admin ln -s <RDBMS ORACLE_HOME>/network/admin/tnsnames.ora tnsnames.ora
9. Create the NEWEOF tablespace for the Maintenance Wizard
Connected as SYSTEM or SYS run:
SQL:\> create tablespace NEWEOF datafile '/ORACLE10g/oradata/mw_db/MW_data_01.dbf' size 50M AUTOEXTEND ON NEXT 10M MAXSIZE 80M;
10. Verify if zip and unzip executables are installed
[mw@MW mw_db]$
which zip If the executables are not found, perhaps the PATH variable is not set up correctly.
11. Set the default Linux/ UNIX shell to Korn shell
a) Check the default Linux/ UNIX shell:
[mw@MW mw_db]$ more /etc/passwd | grep mw b) Set the default Linux shell to Korn shell (ksh):
[mw@MW mw_db]$ chsh -s /bin/ksh
NOTE: This must be done for Maintenance Wizard account, and APPs and Database owners.
12. Install the Maintenance Wizard
a) Login to system as the owner of the Maintenance Wizard (used also to install RDBMS and IAS)
b) Create the eof directory under the ORACLE_HOME directory
c) Download from Metalink the Maintenance Wizard and unzip it under $ORACLE_HOME/eof (which will be EOF_HOME)
d) Set the following environment variables: ORACLE_HOME, ORACLE_SID, IAS_HOME, PATH, TNS_ADMIN, EOF_HOME
In my case I used:
e) Run the Maintenance Wizard installation script:
cd $EOF_HOME/config ./setup.sh
f) Respond to the prompts.
NOTES:
g) Stop and restart the Oracle Application Server $ opmnctl stopall $ opmnctl startall
Here is the Maintenance Wizard login page:
Here is the Maintenance Wizard main page:
In-Oracle.com -> Oracle Applications (apps) -> R12 -> Install Oracle Maintenance Wizard for Apps |
||
|
|||
|
|
Find related information on Google:
Custom Search
|
Copyright (c) 2011-2012 www.in-oracle.com | Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk.