- Do the following on ALL middle tiers as the application tier user
zip -r /tmp/`uname -n`_`date +%m%d%y.%H%M`_iAS_CONFIG.zip \
$ORA_CONFIG_HOME/10.1.3/Apache/Apache/conf \
$ORA_CONFIG_HOME/10.1.3/config \
$INST_TOP/pids/10.1.3/Apache \
$ORA_CONFIG_HOME/10.1.3/j2ee/ \
$ORA_CONFIG_HOME/10.1.3/javacache/admin \
$ORA_CONFIG_HOME/10.1.3/network/admin \
$ORA_CONFIG_HOME/10.1.3/opmn
- Sharing Knowledge on Oracle E-Business Suite Applications, Database, Fusion Middleware !!!
Tuesday, January 29, 2008
How to relink the whole Oracle Applications 11i
Technology Stack Binaries inclusive Database :
1. Source the 9i ORACLE_HOME Environment
2. Execute the script $ORACLE_HOME/appsutil/install/adlnkoh.sh
3. Source the iAS ORACLE_HOME Envrionment
4. Execute the script $ORACLE_HOME/bin/adlnkiAS.sh
5. Source the APPS Environment
6. Execute the script $ORACLE_HOME/bin/adlnk806.sh
Oracle E-Business-Suite Binaries :
1. Source the APPS Environment
2. Execute following command : adrelink.sh force=y "ad adadmin"
3. Execute adadmin
select --> '2. Maintain Applications Files menu'
select --> '1. Relink Applications programs'
--> select all modules to relink
Before starting the Instance, please open a new shell and source the Environment.
1. Source the 9i ORACLE_HOME Environment
2. Execute the script $ORACLE_HOME/appsutil/install/adlnkoh.sh
3. Source the iAS ORACLE_HOME Envrionment
4. Execute the script $ORACLE_HOME/bin/adlnkiAS.sh
5. Source the APPS Environment
6. Execute the script $ORACLE_HOME/bin/adlnk806.sh
Oracle E-Business-Suite Binaries :
1. Source the APPS Environment
2. Execute following command : adrelink.sh force=y "ad adadmin"
3. Execute adadmin
select --> '2. Maintain Applications Files menu'
select --> '1. Relink Applications programs'
--> select all modules to relink
Before starting the Instance, please open a new shell and source the Environment.
Labels:
11i
How to Enable Enterprise Manager on the Oracle E-Business Suite Release 12
For the process to complete successfully, the database and database listener must be started.
It is not neccessary that any other Apps services are running for this process to complete.
Source the environment for the 10g ORACLE_HOME. With a Release 12 environment this would mean running the_.env script as generated by AutoConfig in the 10gR2 ORACLE_HOME.
Implement a password file and to overcome any ORA-01031 errors on the database.
It is also worth considering converting your Applications database to work with an SPFile
instead of an init.ora. An SPFile is approximately analogous to being a binary equivalent of the init.ora and allows for dynamic changes to many database parameters that previously would have required a database restart.
Next, as the owner of the 10gR2 ORACLE_HOME, run the following command to create the Enterprise Manager repository:-
$ emca -config dbcontrol db -repos create
When the above create command is run you will be prompted for the following:
STARTED EMCA at Oct 15, 2007 12:26:22 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the values appropriate to your environment:-
Database SID: VIS
Listener port number: 1521
Password for SYS user: change_on_install
Password for DBSNMP user: dbsnmp
Password for SYSMAN user: sysman
Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
-----------------------------------------------------------------
You have specified the following settings
Database ORACLE_HOME ................ /oracle/VIS/db/tech_st/10.2.0
Database hostname ................ xxxxxxx.xx.oracle.com
Listener port number ................ 1521
Database SID ................ VIS
Email address for notifications ...............
Outgoing Mail (SMTP) server for notifications ...............
-----------------------------------------------------------------
Do you wish to continue? [yes(Y)/no(N)]: Y
The repository should then start to be created. Typically this can take anywhere between 10 and 60 minutes depending on hardware and database configuration and size.
INFO: Creating the EM repository (this may take a while) ...
When the repository is created the following message should appear....
INFO: >>>>>> The Database Control URL is http://xxxxxxxxxx.xx.oracle.com:1158/em <<<<<<
Enterprise Manager configuration completed successfully
FINISHED EMCA at Sep 13, 2007 2:13:48 PM
Use the above Database Control URL to access the Enterprise Manager console through a browser interface.
Us the following command to drop an EM repository that has already been created:
$ emca -deconfig dbcontrol db -repos drop
To enable or disable browser access to dbconsole use the following command after sourcing
the environment for the 10g ORACLE_HOME. With a Release 12 environment this would
mean running the_.env script as generated by AutoConfig in the 10gR2 ORACLE_HOME.
$ emctl start dbconsole
To disable browser access use the following command:
$ emctl stop dbconsole
It is not neccessary that any other Apps services are running for this process to complete.
Source the environment for the 10g ORACLE_HOME. With a Release 12 environment this would mean running the
Implement a password file and to overcome any ORA-01031 errors on the database.
It is also worth considering converting your Applications database to work with an SPFile
instead of an init.ora. An SPFile is approximately analogous to being a binary equivalent of the init.ora and allows for dynamic changes to many database parameters that previously would have required a database restart.
Next, as the owner of the 10gR2 ORACLE_HOME, run the following command to create the Enterprise Manager repository:-
$ emca -config dbcontrol db -repos create
When the above create command is run you will be prompted for the following:
STARTED EMCA at Oct 15, 2007 12:26:22 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the values appropriate to your environment:-
Database SID: VIS
Listener port number: 1521
Password for SYS user: change_on_install
Password for DBSNMP user: dbsnmp
Password for SYSMAN user: sysman
Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
-----------------------------------------------------------------
You have specified the following settings
Database ORACLE_HOME ................ /oracle/VIS/db/tech_st/10.2.0
Database hostname ................ xxxxxxx.xx.oracle.com
Listener port number ................ 1521
Database SID ................ VIS
Email address for notifications ...............
Outgoing Mail (SMTP) server for notifications ...............
-----------------------------------------------------------------
Do you wish to continue? [yes(Y)/no(N)]: Y
The repository should then start to be created. Typically this can take anywhere between 10 and 60 minutes depending on hardware and database configuration and size.
INFO: Creating the EM repository (this may take a while) ...
When the repository is created the following message should appear....
INFO: >>>>>> The Database Control URL is http://xxxxxxxxxx.xx.oracle.com:1158/em <<<<<<
Enterprise Manager configuration completed successfully
FINISHED EMCA at Sep 13, 2007 2:13:48 PM
Use the above Database Control URL to access the Enterprise Manager console through a browser interface.
Us the following command to drop an EM repository that has already been created:
$ emca -deconfig dbcontrol db -repos drop
To enable or disable browser access to dbconsole use the following command after sourcing
the environment for the 10g ORACLE_HOME. With a Release 12 environment this would
mean running the
$ emctl start dbconsole
To disable browser access use the following command:
$ emctl stop dbconsole
Labels:
R12
Clone and AutoConfig log files location in Oracle E-Business Suite Release 12
Where the logs for the adpreclone.pl are located?
On the database tier:
RDBMS $ORACLE_HOME/appsutil/log//StageDBTier_.log
On the application tier:
$INST_TOP/admin/log/StageAppsTier_.log
Where the logs for the admkappsutil.pl are located?
On the application tier:
$INST_TOP/admin/log/MakeAppsUtil_.log
Where is the logs for the adcfgclone.pl are located?
On the database tier:
RDBMS $ORACLE_HOME/appsutil/log//ApplyDBTier_.log
On the application tier:
$INST_TOP/admin/log/ApplyAppsTier_.log
Where the logs for the adconfig are located?
On the database tier:
RDBMS $ORACLE_HOME/appsutil/log///adconfig.log
RDBMS $ORACLE_HOME/appsutil/log///NetServiceHandler.log
On the application tier:
$INST_TOP/admin/log//adconfig.log
$INST_TOP/admin/log//NetServiceHandler.log
On the database tier:
RDBMS $ORACLE_HOME/appsutil/log/
On the application tier:
$INST_TOP/admin/log/StageAppsTier_
Where the logs for the admkappsutil.pl are located?
On the application tier:
$INST_TOP/admin/log/MakeAppsUtil_
Where is the logs for the adcfgclone.pl are located?
On the database tier:
RDBMS $ORACLE_HOME/appsutil/log/
On the application tier:
$INST_TOP/admin/log/ApplyAppsTier_
Where the logs for the adconfig are located?
On the database tier:
RDBMS $ORACLE_HOME/appsutil/log/
RDBMS $ORACLE_HOME/appsutil/log/
On the application tier:
$INST_TOP/admin/log/
$INST_TOP/admin/log/
Labels:
R12
How to get the current Patchset level of Oracle Applications products in R12 ?
1) Login to OAM
(Responsibility "Oracle Applications Manager", menu "OAM Support Cart")
and Navigate: Support Cart -> Applications Signature -> Collect -> Check "Product Information" box -> Click on "View" (eyeglasses)
This will display the following patchset information :
Application Name
Current Patch Level
Product Version
Status (Installed, Shared Product, Inactive)
2) The patchset level information can be retrieved directly via sqlplus with the following diagnostic script :
$AD_TOP/sql/adutconf.sql
Labels:
R12
Subscribe to:
Posts (Atom)