Interview Questions
Interview Questions
Kishore
http://appsdba.info
All answers are my own or copied from other sites; I really appreciate if anybody can
suggest a better answer
1)My cloning is completed successfully but my apps listener is not getting up?? What is
the problem ?
2)I am applying a patch , can I open another session and run adadmin ?
Yes, unless you are running a process where workers are involved
3)I am applying a patch , can I open another session in another node and run adpatch?
(not distributed patching)?
No
4)When database is up, listener is up. Listener.ora and tnsnames.ora both are configured
properly, still client is not being able to make a connection to the database. What may be
the possible issues?
http://www.appsdba.info/docs/oracle_apps/performance/PerformanceProblemswithform.
pdf
7)If users complain they cant see the login page , how you will debug the issue?
Check whether apache is running (ps –ef |grep http), u can also apache log file
9)If your applying a patch, it was started successfully and in the middle you realize
nothing happening and no update in patch log file, worker log file (no updates & no error
messages) … How to troubleshoot?
1
Author – A.Kishore
http://appsdba.info
Yes
11)When your applying a patch in test mode, does it generate log file?
Yes, never tried though
12)If the user is experiencing performance issues then how you will find the cause?
13)Output & logfiles for requests executed on source instance not working on cloned
instance??
14)What happens if you don’t give cache size while defining concurrent manager?
Most often when …a request goes "inactive/no manager" and is then processed a short time
later, the solution is to either increase the cache size for your Standard manger, or increase
the actual number of Standard Manager processes that can run. Cache Size is set in the
Concurrent/Manager/Define form. Basically, this regulates howmany requests a manager
will pick up for each sleep cycle.
Increasing the cache size within reason allows you to decrease the sleep cycle. In turn, your
managers will wake up and scroll through the tables less frequently, which reduces the
amount of work they have to do as well as the amount of system resources utilized. We see
sleep cycles set to 5 seconds at some customer sites and recommend increasing the value,
since the managers are waking up and re-reading the same table far too frequently. For
reports that for the most part take a minimum of 1 minute to run, the queue wakes up 12
times to check for runnable processes before even one running request completes.
15)If user complaining oracle applications 11i system is running slow , what things you
will check at broad level ?
16)How do you determine if oracle database has corrupt blocks ?
2
Author – A.Kishore
http://appsdba.info
No
* Below script are from metalink and oracle reserved the copyrights. These scripts are
mentioned here for information only
For Apps DBA the good place to serach for script is with in their installation of 11i. The
path is $FND_TOP/sql (Usually on Concurrent Manager Node). The following SQL
scripts located under $FND_TOP/sql are useful when diagnosing concurrent manager
problems:
afrqwait.sql Lists requests that are constrained and waiting for the ICM to release them.
afrqscm.sql Prints log file name of managers that can run a given request. It can be used
to check for possible errors when a request stays in pending status. It requires a request id
value.
afcmcreq.sql Prints the log file name of the manager that processed the request
APPLSYS schema contains shared APPS foundation objects like FND,AD,WF related
data like tables and Indexes.
APPS is the runtime user for E-Business Suite. Owns all the applications code in the
database. APPS Schema Contains Synonyms to the objects of All Products (AP,AR, GL
etc ) and 11i Code (Triggers, views, packages, procedures, functions) but the owner of all
3
Author – A.Kishore
http://appsdba.info
The need to have the same password for Apps and Applsys is because when you sign on
to apps, intially it connects to a public schema called APPLSYSPUB. This validates
AOL username and password that we enter (operations/welcome using guest user
account. Once this is verified we select responsibility, this is validated by APPLSYS
schema and then it connects to APPS schema.
Since it uses both applsys and apps during signon process this expects both the password
to be identical. Try changing apps password to something else and try to login, the
validation at the last stage would fail. This would result in failure of application login.
Apps is a universal schema has synonyms to all base product tables and sequences. This
also has code objects for all products (triggers, views, packages, synonyms etc.).
Applsys schema has applications technology layer products like FND and AD etc.
$ cd /u01/Stage11i
$ find oraAppDB oraApps oraDB oraiAS startCD -type f -exec md5sum '{}' \; >
md5sum_myStage.txt &
Q:What scripts can be used to complie apps schema , which one is used in adadmin
compile apps schema ?
ANS :
which might be in-turn issues the following commands based on the object types
$AD_TOP/sql/adcompsc.pls
4
Author – A.Kishore
http://appsdba.info
Version
$ORACLE_HOME/Discwb4
$ string
B. What URL you use to access Disco viewer & Disco plus .
Viewer–
http://hostname.domain/discoverer4i/viewer
http://hostname.domainname:port/discoverer/viewer (10gAS)
http://hostname.domainname:http_port/discoverer/viewer ( R12)
http://hostname.domainname:port/discoverer/plus (10gAS)
where hostname & domainnanme are machine name & domain name on which you
installed 10g AS & port number is port you selected at install time defualt 7777 , though
you can change these hostname & port number to your desired value
5
Author – A.Kishore
http://appsdba.info
Q: I have created EUL using Discoverer 10g Administrator, but my server side is
running 9i AS can I still use Discoverer Plus/Viewer to show reports based on 10g
EUL?
Ans : Your Discoverer Desktop Admin version is 10g and EUL on server is 9i. As soon
as you try to connect to 9i Server it will display message that You are using old version
of EUL kindly upgrade & it will upgrade EUL on server to 10g
6
Author – A.Kishore
http://appsdba.info
When I try to download / install J-Initiator from the web, I get the error: Your
current security settings prohibit running ActiveX controls on this page. As a result,
the page may not display correctly. I hit OK, and the download stops. What does
this mean?
This means that your security settings are too high for the J-Initiator software to
download. To fix this problem, go to Tools ' Internet Options and click on the "Security"
tab. Click on the Internet icon and then on the button labeled "Custom Level". Enable the
following ActiveX controls: "Download unsigned ActiveX controls," "Run ActiveX
controls and plug-ins," and "Allow per-session cookies (not stored)." Then hit OK. OR
simply set the Security Settings to low, and hit the button labeled "Reset" then "Yes" then
"Ok." Once the install is complete, you may set your security settings back to what they
were originally.
All the other managers will keep working. ICM only takes care of the queue control
requests, which means starting up and shutting down other concurrent managers.
Look at the log of the failed worker, identify and rectify the error and restart the worker
using adctrl utility.
7
Author – A.Kishore
http://appsdba.info
Q: if you want to check the URL of the Application in the database in which table
you can check ?
Ans : ( Method 1)
Method 2
SELECT
PROFILE_OPTION_VALUE
FROM
FND_PROFILE_OPTION_VALUES
WHERE
PROFILE_OPTION_ID = (SELECT PROFILE_OPTION_ID FROM
FND_PROFILE_OPTIONS WHERE PROFILE_OPTION_NAME
='APPS_FRAMEWORK_AGENT') AND
LEVEL_VALUE=0
ANS :
cat /proc/cpuinfo (CPU)
cat /proc/meminfo (Memory)
Q : To check whether the patch is already there or not. For this we query the
database:
8
Author – A.Kishore
http://appsdba.info
Replace short name by name of Oracle Apps Minipack for which you want to find out
Patch level . ex.
AD - for Applications DBA
GL - for General Ledger
PO - Purchase Order
Another method can be using the patchsets.sh utility which can be downloaded from
Metalink.
AutoConfig uses a context file to maintain key configuration files. A context file is an
XML file in the $APPL_TOP/admin directory and is the centralized repository.
When you run AutoConfig it reads the XML files and creates all the AutoConfig
managed configuration files.
For each configuration file maintained by AutoConfig, there exists a template file which
determines which values to pick from the XML file.
COMMON_TOP/admin/scripts/<CONTEXT_NAME>
Autoconfig can also be run in test mode with following script which will not update
anything in the system (ADCHKCFG.sh)
9
Author – A.Kishore
http://appsdba.info
<AD_TOP>/bin
ORACLE_HOME>/appsutil/bin
The AutoConfig test mode script produces a configuration report that shows the changes
the AutoConfig script would have made. The configuration report, cfgcheck.html, is
written to <APPL_TOP>/admin/<CONTEXT_NAME>/out/<MMDDhhmm> for the
application tier, and for the database tier in
<RDBMS_ORACLE_HOME>/appsutil/out/<CONTEXT_NAME>/<MMDDhhmm>.
MMDDhhmm stands for the month, day, hour, and minute of the AutoConfig test mode
script session.
Can you tell me a few tests you will do to troubleshoot self-service login problems?
Which profile options and files will you check?
Check guest user/password in the DBC file, profile option guest user/password, the DB.
Check whether apache/jserv is up. Run IsItWorking, FND_WEB.PING, aoljtest, etc.
What could be wrong if you are unable to view concurrent manager log and output
files?
10
Author – A.Kishore
http://appsdba.info
Most likely the FNDFS listener is down. Look at the value of OUTFILE_NODE_NAME
and LOGFILE_NODE_NAME in the FND_CONCURRENT_REQUESTS table. Look at
the FND_NODES table. Look at the FNDFS_ entry in tnsnames.ora.
How will you change the location of concurrent manager log and output files?
If the user is experiencing performance issues, how will you go about finding the
cause?
Trace his session (with waits) and use tkprof to analyze the trace file.
Take a statspack report and analyze it.
O/s monitoring using top/iostat/sar/vmstat.
Check for any network bottleneck by using basic tests like ping results.
If you changed the APPS (and APPLSYS) password, update the password in these files:
• iAS_TOP/Apache/modplsql/cfg/wdbsvr.app
• ORACLE_HOME/reports60/server/CGIcmd.dat
If you changed the APPLSYSPUB password, update the password in these files:
• FND_TOP/resource/appsweb.cfg
• OA_HTML/bin/appsweb.cfg
• FND_TOP/secure/HOSTNAME_DBNAME.dbc
Provide the location of the DBC file and explain its significance and how
applications know the name of the DBC file.?
11
Author – A.Kishore
http://appsdba.info
The application knows the name of the DBC file by using profile option "Applications
Database Id."
How can u change the logfiles location suppose CM logfile location is APPLCSF
now if we want to change that to a nother location hw is it possible.
Conflict resolution managers resolves the conflicts yes , but hw it knows tht there
are conficts?why conflicts occur?
Ans:
Concurrent managers read request to start concurrent programs running. The
Conflict Resolution Manager checks concurrent program definitions for
incompatibility rules.
When a program lists other programs as being incompatible with it, the Conflict
Resolution Manager prevents the program from starting until any incompatible
programs in the same domain have completed running.
If you have access to an Oracle database which is installed on a 64-bit OS, how can you
identify whether Oracle is 32 bit or 64 bit ?
Gary Robinson's oracleadvice.com has very good pointers on how to determine the
wordsize on http://www.oracleadvice.com/Tips/32or64bit.htm. I have tweaked the
query given on oracleadvice.com like this:
12
Author – A.Kishore
http://appsdba.info
WORDSIZE
--------------
64-bit Oracle
adpatch options=nocompilejsp
Tue, 2007-07-10 16:44
When you use adpatch options=nocompilejsp, the lengthy time spent in compiling out of date jsps is
saved. The command to compile jsps outside of adpatch is:
starting...(compiling delta)
using 8i internal ojsp ver: 1.1.3.5.2
including compatibility flag -whiteSpaceBetweenScriptlet
synchronizing dependency file:
loading deplist...15409
enumerating jsps...15409
updating dependency...0
initializing compilation:
eliminating children...12318 (-3091)
searching uncompiled...8677
translating and compiling:
searching untranslated...0
compiling jsps... 12% complete: 1100/8677 ETA: 14m7s
Do not use --quite option, as you would not be able to know the progress.
13
Author – A.Kishore
http://appsdba.info
jsps do compile on the fly, but that affects the application performance. So it is a good idea to
compile them in advance, if you have not done it during adpatch itself.
In 10g:
Linux/Unix:
echo $ORACLE_HOME
Windows:
Type the below command at prompt if the environment variable is defined for
ORACLE_HOME
14
Author – A.Kishore
http://appsdba.info
Q. What is wdbsvr.app file used for? What's full path of this file? What's
significance of this file ?
I'll again suggest you don't just remember answer & try to solve mystery behind this file.
First where this file exists ? You can find this file under
$IAS_ORACLE_HOME/Apache/modplsql/cfg
Based on file location I am sure you can say this is related to Apache, & looking into
modplsql/cfg , I say its related to mod_pls (mod plsql component of Apache/Oracle 11i
WebServer) configuration file. This file is used by mod_plsql component of Apache to
connect to database. So when you type url http://hostname:port/pls/SID , whenever
Apache(11i Web Server) finds that request is for /pls/ then Apache delegates this request
to mod_pls component which in turn pick this file & check if there is any DAD with
name SID (in our example its VISION11I) &
Sample entry in wdbsvr.app
[DAD_VISION11I]
connect_string = VISION11I
password = apps
username = APPS
default_page = fnd_web.ping
[DAD_DEV_portal30_sso]
connect_string = DEV
password = %s_portalsso_passwd%
username = Login Server Account
default_page = portal30_sso.wwsso_home.home
document_table = portal30_sso.wwdoc_document
document_path = docs
document_proc = portal30_sso.wwdoc_process.process_download
upload_as_long_raw =
upload_as_blob = *
reuse = Yes
connmax = 10
enablesso = Yes
pathalias = url
pathaliasproc = portal30_sso.wwpth_api_alias.process_download
cgi_env_list=SERVER_NAME=bloa39.equant.com,REQUEST_PROTOCOL=http,SER
VER_PORT=8040,HOST=bloa39.equant.com:8040
15
Author – A.Kishore
http://appsdba.info
;name_prefix =
;always_describe =
;after_proc =
;before_proc =
stateful=STATELESS_RESET
So story about this file doesn't stop here , this url which I mentioned about is quite useful
in troubleshooting so you can check if database connection is working fine or not.
Another thing you want to check about this file is since it stores APPS password you
need to change here whenever you change apps password.
In Application Tier various components are Web Server, Forms Server , Reports Server,
Concurrent Manager, Admin Server & Discoverer Server.
16
Author – A.Kishore
http://appsdba.info
17
Author – A.Kishore
http://appsdba.info
<db_name>APPL or APPL_TOP - Contains the product directories and files for Oracle
Applications.
<db_name>COMN or COMMON_TOP - Contains directories and files used across
products.
<db_name>ORA - Contains ORACLE_HOMEs for the Applications technology stack
components.
<db_name>DB - Contains the database ORACLE_HOME.
XXX_TOP is top level directory in Oracle Application 11i for respective Component. To
know more about various TOP's you have done 11i or oracle application Installation by
now ( if not please go though my training for apps dba in my previous posts) Oracle
Installer Installs Apps 11i in DB Tier & Application Tier : so lets take Application Tier
you will see three directories under your base Installation directory, these diretories are
APPL, ORA & COMN (Check pic. at left top of this page) so directory APPL is called as
APPL_TOP i.e. top appl directory where files & directories related to different
Application ( like GL General Ledger, PO Purchase Order..) exists. If You are DBA you
18
Author – A.Kishore
http://appsdba.info
can correlate it with your Oracle database software installation (I know after reading this
example you will say its weird but believe me thats how understood it initially ,
ORACLE_HOME can be called as ORA_TOP , network directory you can say
TNS_TOP )
Under ( ORA_TOP ) you will see diretcory related to oracle home , there are two oracle
HOME's in Application Tier 8.0.6 for Forms & Reports , iAS for 9iAS acting as web
server)
COMN_TOP will contain files & directories which will be used commonly by all
components ( Isn't this simple to understand )
Similarly IAS_TOP is top files/directory under ORA_TOP/iAS I hope it might be clear to
you now if not donot worry it will be more clear once you start working as Apps DBA.
I am attaching few screenshot of other mount points ( Courtsey oracle 11i concepts guide
, below is location if you want to read .
http://download-uk.oracle.com/
docs/cd/B25516_08/current/
acrobat/11iconcepts.pdf ( Add these three lines before putting in to browser , I have not
put it in single line as it breaks my page layout )
So In this guide you will find few more screenshot of different TOP's , Go through
Chapter 2 , Just 13 Pages ( 13 unlucky number for someone but if understand this chapter
, it can be very lucky for you in your Apps DBA Career.
Q : What are the different methods as per Metalink for finding which patches are
applied in 11i
------------------------------------------------------------------------
1) patchsets.sh (Patch Comparision Tool)
2) AD_PATCH_DRIVERS table
3) Two reports adphrept.sql (patch history) and adfhrept.sql(file
history) in $AD_TOP directory
19
Author – A.Kishore
http://appsdba.info
4) Login to Oracle Applications Manager (OAM) => Applied Patches => Simple Search
by 'Patch ID)
The applmgr user is the account that owns the application tier technology stack
(APPL_TOP, COMMON_TOP, 8.0.6 ORACLE_HOME, and the iAS ORACLE
HOME). The default name is appl<SID>. For example, for a Vision Demonstration (VIS)
environment, the default Apps OS username might be applvis.
For a multi-user install, you must install both the database server and one or more
application tier servers on the same node. On such nodes, you can assign one user
account to be the owner of the database tier file system, and another to be the owner of
the application tier file system. If you are installing a system where the database server is
on one node and all the application tier servers are on one or more separate nodes, then
essentially you will perform a single-user installation on each node.
These files are used during restart of patch in case of patch failure because of some
reason.
Located in $APPL_TOP/admin/<SID>/restart this folder also contains .bak ,.bk2 files
SAMPLE FILE (adwork012.rf9)
20
Author – A.Kishore
http://appsdba.info
SAMPLE FILE
; ********************************
; ENVIRONMENT SPECIFIC PARAMETERS
; ********************************
; These parameters describe the main production environment.
; They have to be updated after every patching of this file.
;
; Forms Server Information: port, machine name and domain
; -------------------------------------------------------
serverPort=9000
serverName=crmees06
domainName=.us.oracle.com
; If using Oracle Forms load balancing, set your serverName to
; serverName=%LeastLoadedHost%
; The following Metrics Server parameters define where the Forms Web CGI
; cartridge should obtain the name of the least loaded Forms Server.
; The default settings leave these parameters blank.
MetricsServerPort=9020
MetricsServerErrorURL=
; Environment Name is shown in Forms session browser startup window
envName=
; Splash Screen: displayed as a separate window on startup.
; oracle/apps/media/splash.gif is the default Oracle Applications
; splash screen (11.5.2+).
; Customers can customize this parameter by setting it to their
; icon's name and providing the icon in the $JAVA_TOP mapped to
; by the web server's OA_JAVA directory.
splashScreen=oracle/apps/media/splash.gif
;
21
Author – A.Kishore
http://appsdba.info
; ************************
; DEFAULT PARAMETER VALUES
; ************************
; It is not recommended to modify these unless requested by Oracle.
; SYSTEM PARAMETERS
; -----------------
; These parameters have fixed names and give information required by the
; Forms Web CGI in order to function. They cannot be specified in the
; URL query string, but they can be overridden in a named configuration
; (see sections below).
baseHTML=%OA_HTML%/US/appsbase.htm
baseHTMLJInitiator=%OA_HTML%/US/appsbase.htm
HTMLdelimiter=%
; The next parameter (IE50) specifies which JVM is used to execute the
; Forms applet under Microsoft Internet Explorer 5.0.
22
Author – A.Kishore
http://appsdba.info
IE50=JInitiator
; 1) Runform Arguments
; --------------------
; The module argument defines the first form to be started.
; It is composed from parameters %prodTop%/forms/%lang%/%formName%
; The default looks like $APPL_TOP/fnd/<version>/forms/US/FNDSCSGN
; Following parameters and prodTop are used for composing module.
; Note: Personal Home Page modifies the lang setting automatically.
formName=FNDSCSGN
lang=US
;
; Server Application default is 'OracleApplications'
serverApp=OracleApplications
;
; Registry Path defines the location for .dat file
; default is '/OA_JAVA/oracle/apps/fnd/formsClient'
registryPath=/OA_JAVA/oracle/apps/fnd/formsClient
;
; Other Forms Server Arguments
env=
form_params=
23
Author – A.Kishore
http://appsdba.info
;
; The following JAR files are loaded on demand
; JAR files used for FND products
archive1=,/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar
archive2=
archive3=
; Commenting the remainder of standard archive lists as they are
; no longer needed after applying AD patch for bug 1336029.
;
archive1=,/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar,/OA_JAVA/oracle/apps/fnd/jar/fndnetcharts.jar
,/OA_JAVA/oracle/apps/fnd/jar/fndtdg.jar,/OA_JAVA/oracle/apps/fnd/jar/fndjgl.jar,/OA_JAVA/oracl
e/apps/fnd/jar/fndjle.jar,/OA_JAVA/oracle/apps/fnd/jar/fndlrucache.jar,/OA_JAVA/oracle/apps/fnd/j
ar/fndgantt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndpromise.jar,/OA_JAVA/oracle/apps/fnd/jar/fndewt
pv.jar,/OA_JAVA/oracle/apps/fnd/jar/fndutil.jar,/OA_JAVA/oracle/apps/fnd/jar/fndtcf.jar,/OA_JAVA
/oracle/apps/fnd/jar/fndhier.jar,/OA_JAVA/oracle/apps/fnd/jar/fndfsec.jar,/OA_JAVA/oracle/apps/f
nd/jar/fndhelpc.jar,/OA_JAVA/oracle/apps/fnd/jar/wfmon.jar,/OA_JAVA/oracle/apps/fnd/jar/wfapi.j
ar,/OA_JAVA/oracle/apps/fnd/jar/wffrm.jar,/OA_JAVA/oracle/apps/fnd/jar/fndhelp.jar,/OA_JAVA/o
racle/apps/fnd/jar/fndsec.jar,/OA_JAVA/oracle/apps/fnd/jar/fndicebrwsr.jar,/OA_JAVA/oracle/apps
/fnd/jar/fndprospect.jar,/OA_JAVA/oracle/apps/fnd/jar/fndtsgraph.jar,/OA_JAVA/oracle/apps/fnd/ja
r/fndaroraclnt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndjewt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndvbj.j
ar,/OA_JAVA/oracle/apps/fnd/jar/fndswingall.jar,/OA_JAVA/oracle/apps/fnd/jar/fndrt.jar,/OA_JAV
A/oracle/apps/fnd/jar/fndmxt20.jar,/OA_JAVA/oracle/apps/fnd/jar/fnddpx20.jar
;
; JAR files for non-FND ERP products (the list starts with a comma)
;
archive2=,/OA_JAVA/oracle/apps/ak/jar/akobjnav.jar,/OA_JAVA/oracle/apps/az/jar/azwizard.jar,/
OA_JAVA/oracle/apps/wip/jar/wippcb.jar,/OA_JAVA/oracle/apps/wip/jar/wiputil.jar,/OA_JAVA/ora
cle/apps/wps/jar/wpsgantt.jar,/OA_JAVA/oracle/apps/xla/jar/xlatacct.jar,/OA_JAVA/oracle/apps/m
rp/jar/mrpjar.jar,/OA_JAVA/oracle/apps/msc/jar/mscjar.jar,/OA_JAVA/oracle/apps/per/jar/perform
s.jar,/OA_JAVA/oracle/apps/bis/jar/bischart.jar,/OA_JAVA/oracle/apps/bom/jar/bomjar.jar,/OA_JA
VA/oracle/apps/vea/jar/vea.jar,/OA_JAVA/oracle/apps/gl/jar/glgcs.jar,/OA_JAVA/oracle/apps/cz/ja
r/czclient.jar,/OA_JAVA/oracle/apps/per/jar/peradmin.jar,/OA_JAVA/oracle/apps/wip/jar/wipmedia
.jar
;
; JAR files for CRM products (the list starts with a comma)
;
archive3=,/OA_JAVA/oracle/apps/asg/jar/asg.jar,/OA_JAVA/oracle/apps/asg/jar/asgmtran.jar,/OA
_JAVA/oracle/apps/ast/jar/asthgrid.jar,/OA_JAVA/oracle/apps/ast/jar/astuijav.jar,/OA_JAVA/oracl
e/apps/cct/jar/cctotm.jar,/OA_JAVA/oracle/apps/cct/jar/cctnet.jar,/OA_JAVA/oracle/apps/cct/jar/cc
tsoft.jar,/OA_JAVA/oracle/apps/cct/jar/cctroute.jar,/OA_JAVA/oracle/apps/csf/jar/csfmap.jar,/OA_
JAVA/oracle/apps/csf/jar/csfchart.jar,/OA_JAVA/oracle/apps/csf/jar/csflf.jar,/OA_JAVA/oracle/app
s/csf/jar/csftds.jar,/OA_JAVA/oracle/apps/csr/jar/csrclient.jar,/OA_JAVA/oracle/apps/ibu/jar/ibu.jar
,/OA_JAVA/oracle/apps/iem/jar/iemsrv.jar,/OA_JAVA/oracle/apps/iem/jar/iemadm.jar,/OA_JAVA/
oracle/apps/iem/jar/iemegen.jar,/OA_JAVA/oracle/apps/iem/jar/iemedit.jar,/OA_JAVA/oracle/apps
/iem/jar/iemclnt.jar,/OA_JAVA/oracle/apps/iem/jar/iemapplt.jar,/OA_JAVA/oracle/apps/ies/jar/iesc
ommn.jar,/OA_JAVA/oracle/apps/ies/jar/iesclien.jar,/OA_JAVA/oracle/apps/ies/jar/iesservr.jar,/O
A_JAVA/oracle/apps/ieu/jar/ieunet.jar,/OA_JAVA/oracle/apps/ieu/jar/ieustuba.jar,/OA_JAVA/oracl
e/apps/ieu/jar/ieuui.jar,/OA_JAVA/oracle/apps/ieu/jar/ieuclient.jar,/OA_JAVA/oracle/apps/ieu/jar/ie
ucommon.jar,/OA_JAVA/oracle/apps/ieu/jar/ieuutil.jar,/OA_JAVA/oracle/apps/ieu/jar/ieutrans.jar,/
OA_JAVA/oracle/apps/iex/jar/iexdbjav.jar,/OA_JAVA/oracle/apps/iex/jar/iexbeans.jar,/OA_JAVA/
oracle/apps/jtf/jar/jtfui.jar,/OA_JAVA/oracle/apps/jtf/jar/jtfgrid.jar,/OA_JAVA/oracle/apps/jtf/jar/jtfga
24
Author – A.Kishore
http://appsdba.info
ntt.jar,/OA_JAVA/oracle/apps/xnp/jar/xnpadptr.jar,/OA_JAVA/oracle/apps/csc/jar/csc.jar,/OA_JAV
A/oracle/apps/cs/jar/cs.jar,/OA_JAVA/oracle/apps/ast/jar/astiesbn.jar,/OA_JAVA/oracle/apps/ieu/j
ar/ieuagent.jar,/OA_JAVA/oracle/apps/flm/jar/flmkbn.jar,/OA_JAVA/oracle/apps/flm/jar/flmrtg.jar,/
OA_JAVA/oracle/apps/fpt/jar/fpties.jar
;
; JAR files for Macintosh
; -----------------------
; JAR files for FND products for Macintosh
macarchive=/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar,/OA_JAVA/oracle/apps/fnd/jar/fndformsi1
8n.jar,/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar,/OA_J
AVA/oracle/apps/fnd/jar/fndbalishare.jar,/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar,/OA_JAVA/oracl
e/apps/fnd/jar/fndctx.jar,/OA_JAVA/oracle/apps/fnd/jar/fndnetcharts.jar,/OA_JAVA/oracle/apps/fn
d/jar/fndtdg.jar,/OA_JAVA/oracle/apps/fnd/jar/fndjle.jar,/OA_JAVA/oracle/apps/fnd/jar/fndlrucache
.jar,/OA_JAVA/oracle/apps/fnd/jar/fndgantt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndpromise.jar,/OA_
JAVA/oracle/apps/fnd/jar/fndutil.jar,/OA_JAVA/oracle/apps/fnd/jar/fndtcf.jar,/OA_JAVA/oracle/app
s/fnd/jar/fndhier.jar,/OA_JAVA/oracle/apps/fnd/jar/fndfsec.jar,/OA_JAVA/oracle/apps/fnd/jar/fndhe
lpc.jar,/OA_JAVA/oracle/apps/fnd/jar/fndhelp.jar,/OA_JAVA/oracle/apps/fnd/jar/fndsec.jar,/OA_JA
VA/oracle/apps/fnd/jar/fndicebrwsr.jar,/OA_JAVA/oracle/apps/fnd/jar/fndjewt.jar,/OA_JAVA/oracle
/apps/fnd/jar/fndmxt20.jar,/OA_JAVA/oracle/apps/fnd/jar/fnddpx20.jar,/OA_JAVA/oracle/apps/fnd/
jar/fndjgl.jar
;
; JAR files for non-FND ERP products for Macintosh (list starts with a comma)
macarchive2=,/OA_JAVA/oracle/apps/ak/jar/akobjnav.jar,/OA_JAVA/oracle/apps/az/jar/azwizard.j
ar,/OA_JAVA/oracle/apps/wip/jar/wippcb.jar,/OA_JAVA/oracle/apps/wip/jar/wiputil.jar,/OA_JAVA/
oracle/apps/wps/jar/wpsgantt.jar,/OA_JAVA/oracle/apps/xla/jar/xlatacct.jar,/OA_JAVA/oracle/app
s/mrp/jar/mrpjar.jar,/OA_JAVA/oracle/apps/msc/jar/mscjar.jar,/OA_JAVA/oracle/apps/per/jar/perfo
rms.jar,/OA_JAVA/oracle/apps/bom/jar/bomjar.jar,/OA_JAVA/oracle/apps/cz/jar/czclient.jar
;
; JAR files for CRM products for Macintosh (the list starts with a comma)
macarchive3=,/OA_JAVA/oracle/apps/asg/jar/asg.jar,/OA_JAVA/oracle/apps/asg/jar/asgmtran.jar
,/OA_JAVA/oracle/apps/ast/jar/asthgrid.jar,/OA_JAVA/oracle/apps/ast/jar/astuijav.jar,/OA_JAVA/o
racle/apps/cct/jar/cctsoft.jar,/OA_JAVA/oracle/apps/csf/jar/csfmap.jar,/OA_JAVA/oracle/apps/csf/j
ar/csfchart.jar,/OA_JAVA/oracle/apps/csf/jar/csftds.jar,/OA_JAVA/oracle/apps/csr/jar/csrclient.jar,/
OA_JAVA/oracle/apps/iem/jar/iemegen.jar,/OA_JAVA/oracle/apps/iem/jar/iemedit.jar,/OA_JAVA/
oracle/apps/iem/jar/iemclnt.jar,/OA_JAVA/oracle/apps/iem/jar/iemapplt.jar,/OA_JAVA/oracle/apps
/ies/jar/iescommn.jar,/OA_JAVA/oracle/apps/ies/jar/iesclien.jar,/OA_JAVA/oracle/apps/ies/jar/iess
ervr.jar,/OA_JAVA/oracle/apps/ieu/jar/ieunet.jar,/OA_JAVA/oracle/apps/ieu/jar/ieustuba.jar,/OA_J
AVA/oracle/apps/ieu/jar/ieuui.jar,/OA_JAVA/oracle/apps/ieu/jar/ieuclient.jar,/OA_JAVA/oracle/app
s/ieu/jar/ieucommon.jar,/OA_JAVA/oracle/apps/ieu/jar/ieuutil.jar,/OA_JAVA/oracle/apps/iex/jar/iex
beans.jar,/OA_JAVA/oracle/apps/jtf/jar/jtfgrid.jar,/OA_JAVA/oracle/apps/jtf/jar/jtfgantt.jar,/OA_JAV
A/oracle/apps/csc/jar/csc.jar,/OA_JAVA/oracle/apps/cs/jar/cs.jar,/OA_JAVA/oracle/apps/ast/jar/as
tiesbn.jar,/OA_JAVA/oracle/apps/ieu/jar/ieuagent.jar,/OA_JAVA/oracle/apps/flm/jar/flmkbn.jar,/OA
_JAVA/oracle/apps/flm/jar/flmrtg.jar,/OA_JAVA/oracle/apps/fpt/jar/fpties.jar
;
; Other JAR File Parameters
; -------------------------
; Used by Oracle for debugging with JInitiator. Begining or ending commas
; are not required. DO NOT MODIFY unless so instructed by Oracle.
userjarfile=
; For Mac clients to use On-Demand Loading, switch to using the standard
; archive parameters by setting the following parameter to true:
25
Author – A.Kishore
http://appsdba.info
macodl=true
; If the following parameter is set to all, on-demand-loading
; is not used, and macarchive parameters (Forms-only) are used.
; This feature is desupported after 11.5.4, but should keep working
; for all JARs present as of 11.5.4 .
jarloading=
; 4) JInitiator Parameters
; ------------------------
; The following parameters defines the name and location of the
; executable containing JInitiator.
jinit_name=oajinit.exe
jinit_url=/jinitiator/
;
; Page displayed to Netscape users to allow them to download JInitiator.
; If you create your own version, set this parameter to point to it.
jinit_download_page=/jinitiator/us/jinit_download.htm
; 5) HTML Parameters
26
Author – A.Kishore
http://appsdba.info
; ------------------
; HTML page title, attributes for the BODY tag, and HTML to add before
; and after the form.
HTMLpageTitle=Oracle Applications 11i
HTMLbodyAttrs=
HTMLpreApplet=<IMG SRC="/OA_JAVA/oracle/apps/media/logo.gif" border=0><br clear=all>
HTMLpreApplet1=
HTMLpreApplet2=
HTMLpreApplet3=
HTMLpostApplet=<P>Copyright ©1998, 1999, 2000, 2001 <a
href="http://www.oracle.com">Oracle Corporation</a>
HTMLpostApplet1=
HTMLpostApplet2=
HTMLpostApplet3=
27
Author – A.Kishore
http://appsdba.info
gv102=
gv103=
gp11=
gv11=
gv111=
gv112=
gv113=
gp12=
gv12=
gv121=
gv122=
gv123=
gp13=
gv13=
gv131=
gv132=
gv133=
gp14=
gv14=
gv141=
gv142=
gv143=
gp15=
gv15=
gv151=
gv152=
gv153=
gp16=
gv16=
gv161=
gv162=
gv163=
28
Author – A.Kishore
http://appsdba.info
; 8) Special Configurations
; -------------------------
; These configurations separate the JAR files used by CRM and ERP products
; for those users who only use one or the other, but not both.
; If using only CRM applications, JAR files for non-FND ERP products are
; not needed. Simillarly, if using only ERP products, JAR files for
; CRM products are not needed.
; When the above holds for all users the following two specific
; configurations could be used as defaults.
[CRM]
archive2=
macarchive2=
[ERP]
archive3=
macarchive3=
;# ********************
;#
;# Begin customizations
29
Author – A.Kishore
http://appsdba.info
;#
;# ********************
;# Customizations below this line will be preserved if patching this
;# file via the instantiation utility.
; ***********************
; SPECIFIC CONFIGURATIONS
; ***********************
; You may define your own specific, named configurations (sets of parameters)
; by adding special sections as illustrated in the following examples.
; Note that you need only specify the parameters you want to change. The
; default values (defined above) will be used for all other parameters.
; Use of a specific configuration can be requested by including the text
; "config=<your_config_name>" in the query string of the URL used to run
; a form. For example, to use the sepwin configuration, your could issue
; a URL like "http://myhost.mydomain.com/ifcgi60.exe?config=sepwin".
; Example 3: configuration forcing use of the base.htm base HTML file in all
; cases (means applet-style tags will always be generated and
; JInitiator will never be used).
[applet]
baseHTMLJInitiator=
30
Author – A.Kishore
http://appsdba.info
; - network statistics
; - potentially debug jar files
; - potentially other debug code
; - review JavaScript result for startup page (htmlDebug)
[debug]
envName=DEBUG
htmlDebug=true
record=all
netStats=true
;userjarfile=
; ------------------------------------------
; Example 8: Customizing Oracle Applications
; ------------------------------------------
; - use the same appsweb.cfg for multiple environments
; - customize the JAR files' signature & JInitiator
; - customize the browser called from appletviewer
; - use load balancing
;[apps]
;# ********************
;#
;# End customizations
;#
;# ********************
;# Begin customizations
;#
;# ********************
;# Customizations below this line will be preserved if patching this
;# file via the instantiation utility.
; ***********************
; SPECIFIC CONFIGURATIONS
; ***********************
; You may define your own specific, named configurations (sets of parameters)
; by adding special sections as illustrated in the following examples.
; Note that you need only specify the parameters you want to change. The
; default values (defined above) will be used for all other parameters.
; Use of a specific configuration can be requested by including the text
; "config=<your_config_name>" in the query string of the URL used to run
; a form. For example, to use the sepwin configuration, your could issue
; a URL like "http://myhost.mydomain.com/ifcgi60.exe?config=sepwin".
31
Author – A.Kishore
http://appsdba.info
; Example 3: configuration forcing use of the base.htm base HTML file in all
; cases (means applet-style tags will always be generated and
; JInitiator will never be used).
[applet]
baseHTMLJInitiator=
; ------------------------------------------
32
Author – A.Kishore
http://appsdba.info
;# ********************
;#
;# End customizations
Multi Node System in Oracle Applications 11i means you have Applications 11i Component on
more than one system. Typical example is Database, Concurrent Manager on one machine and
forms, Web Server on second machine is example of Two Node System.
Q. Explain steps used in cloning oracle Apps 11i Instance at broad level.
Another important & useful utility under AD_TOP which you and me as apps dba perform quite
often i.e. Cloning Oracle Application 11i Instance.
Cloning is process of creating replica of your source apps 11i Instance ( lets say you have one
apps Instance with name VISIONTST and you want to create similar instance ( including same
patches & user data) like VISIONPRD then you will use adclone utility (Also called as Rapid
Clone these days). In this case source Instance will be VISIONTST and target Instance will be
VISIONPRD. There are lot for scenario in which you wish to clone your E-Business Suite 11i
Instance , like you want to Test if everything is OK in Test & then after testing want to create
Production instance or you want to move your Instance from one machine to other machine or if
you are highly experienced Apps DAB you can use clone as staged environment during Upgrade
to reduce downtime ( this concept is called as staged appl_top or staged patching/upgrade , p.s.
this is different from shared APPL_TOP)
So here I am putting broad level steps you will use to clone apps instance .
Step1 . Prerequisites Steps you do before start cloning using rapid clone
1.1 Verify source and target nodes software versions
1.2 Apply the latest AutoConfig Template patch
1.3 Apply the latest Rapid Clone patches
33
Author – A.Kishore
http://appsdba.info
Location of Scripts :
$COMMON_TOP/admin/scripts/<SID_HOSTNAME>/adpreclone.pl
$COMMON_TOP/clone/bin/adclone.pl (ADCLONE.PL)
Q. Can you clone from multi node system to single node system & vice versa ?
Yes, this is now supported via Rapid Clone, Check if your system has all prereq. patches for
Rapid Clone and you are on latest rapid clone patch.
Q. Does rapid clone takes care of Updating Global oraInventory or you have to register
manually in Global OraInventory after clone ?
Rapid Clone will automatically Update Global oraInventory during configuration phase. You don't
have to do any thing manually for Global oraInventory.
Q. What is .dbc file , where its stored , whats use of .dbc file ?
dbc as name says is database connect descriptor file which stores database connection
information used by application tier to connect to database. This file is in directory
$FND_TOP/secure also called as FND_SECURE
/delphi/applmgr/dev/devappl/fnd/11.5.0/secure
#DB Settings
#Mon Mar 13 18:33:44 CET 2006
FND_JDBC_USABLE_CHECK=false
APPS_JDBC_DRIVER_TYPE=THIN
APPL_SERVER_ID=0EAA6CBF135400DAE044080020CDF25610938313062912741566146070
765104
TWO_TASK=DEV
FND_JDBC_STMT_CACHE_SIZE=200
FND_JDBC_CONTEXT_CHECK=false
34
Author – A.Kishore
http://appsdba.info
FND_JDBC_BUFFER_DECAY_SIZE=5
FND_JDBC_BUFFER_DECAY_INTERVAL=300
FND_JDBC_BUFFER_MAX=5
GUEST_USER_PWD=GUEST/ORACLE
FND_JDBC_STMT_CACHE_FREE_MEM=TRUE
FND_JDBC_BUFFER_MIN=1
DB_HOST=bloa40.equant.com
FND_JDBC_PLSQL_RESET=false
FNDNAM=apps
FND_MAX_JDBC_CONNECTIONS=500
GWYUID=APPLSYSPUB/PUB
APPS_JDBC_URL=jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YE
S)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=BLOA40.equant.com)(PORT=1561)
))(CONNECT_DATA=(SID=DEV)))
DB_PORT=1561
Q. Whats things you do to reduce patch timing ? You can take advantage of following -
Use adadmin to change Maintenance mode is Oracle Apps. With AD.I you need to enable
maintenance mode in order to apply apps patch via adpatch utility. If you don't want to put apps in
maintenance mode you can use adpatch options=hotpatch feature.
Also you can use the script $AD_TOP/patch/115/sql/ adsetmmd.sql
adident utility in oracle apps is used to find version of any file . AD Identification.
for ex. "adident Header <filename>
35
Author – A.Kishore
http://appsdba.info
MRC also called as Multiple Reporting Currency in oracle Apps. Default you have currency in US
Dollars but if your organization operating books are in other currency then you as apps dba need
to enable MRC in Apps. How to enable MRC coming soon...
JVM stands for Java Virtual Machine, JVM acronym for Java Virtual Machine which executes
instructions generated by Java compiler. So user click on any Self Service Request or any
program which uses Java, then Apache forwards this request to mod_jserv (mod_oc4j in 10g AS)
& mod_jserv caters this request with help of JVM.
How & Where check JVM related configuration in Oracle Apps 11i ?
So lets start with CONTEXT file under $APPL_TOP/admin (xml file) which is of pattern
$SID_$HOSTNAME.xml
There are two important lines in CONTEXT file which will help you in understanding JVM
-Verbose:gc means JVM is configured to print output when gc(Garbage Collector) runs.
Xmx is maximum memory allocated to JVM in above example its 512 MB.
Xms is JVM will start with this much memory i.e. 128 MB.
36
Author – A.Kishore
http://appsdba.info
Similarly , s_forms_servlet_nprocs & s_xmlsvcs_nprocs for Forms & XML Services resp.
These Groups are defined in configuration file for Jserv i.e. jserv.conf under
$IAS_ORACLE_HOME/Apache/Jserv/etc/jserv.conf
This dir also contains more files like forms.properties( for forms ), xmlsvcs.properties(foe XML ),
viewer4i.properties( for Disco)
ApJServGroup OACoreGroup
ApJServGroup DiscoGroup
ApJServGroup FormsGroup
ApJServGroup XmlSvcsGrp
In order to analyze Oracle apps 11i JVM, lets open stdout file for one of Group, I have selected
OACoreGroup here, you know log file location (If not check previous page) , open file like
OACoreGroup.X.stdout you should see output like below if GC(Grabage Collector) is set in
Verbose mode.
48561.624: [GC 325980K->170382K(519168K), 0.2751056 secs]
49307.880: [GC 334862K->179171K(519168K), 0.2660486 secs]
50236.662: [GC 343651K->187797K(519168K), 0.2518720 secs]
50515.494: [Full GC[Unloading class sun. reflect. Generated Method Accessor 143]
[Unloading class sun. reflect. GeneratedMethodAccessor136]
[Unloading class sun. reflect. GeneratedMethodAccessor74]
Here first entry is time since JVM was started so each time you bounce Apache it will be reset to
0. So difference between two entries is seconds after which GC (Garbage Collector) was
executed. First entry in bracket [ is Heap Size at start of GC & Second entry is Heap Size after
GC was executed. Number mentioned in round bracket () is heap size currently attocated in K. If
you see GC running very frequently , you can start thinking of increasing JVM heap size
First three entries were for Minor Garbage Collector & fourth one is FULL GC is for Full Garbage
Collector.
37
Author – A.Kishore
http://appsdba.info
How to find JDBC thin driver that your iAS 1.0.2.2.2 is using ?
I am posting a simple java program & procedure to compile it that will give your jdbc thin driver
version.
Create a file with name JDBCVersion.java in your middle tier (Application Tier)
---------
import java.sql.*;
import oracle.jdbc.driver.*;
class JDBCVersion
{
public static void main (String args[])
throws SQLException
{
// Load the Oracle JDBC driver
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
// Get a connection to a database
Connection conn = DriverManager.getConnection
("jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)
(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST= <hostname>) (PORT=
<portno>)))(CONNECT_DATA=(SID=<yoursid>)))" ,"apps","<appspaswd>");
// Create Oracle DatabaseMetaData object
DatabaseMetaData meta = conn.getMetaData();
// gets driver info:
System.out.println("JDBC driver version is " + meta.getDriverVersion());
}
}
-----------
After changing save it with name JDBCVersion.java in your middle tier & execute command
javac JDBCVersion.java
This will create class file in your workign directory. Include your current directory into your
classpath like
export CLASSPATH=$CLASSPATH:/<location where JDBCVersion.class created by above
program>
then execute
java JDBCVersion
38
Author – A.Kishore
http://appsdba.info
There are some tools available like jvmstst, jconsole .. but I never tried so wait till I configure one
for my system. For monitoring via jconsole I read wonderful note on my favorite blogger's (Steven
Chan) site http://blogs.oracle.com/schan/2006/08/14#a565
As by now you might be aware that there are four JVM Groups, OACoreGroup,DiscoGroup,
FormsGroup & XMLsvcsGrp ( FromsGroup JVM's disabled by defualt as forms run on Socket
rather servlets) so thumb rule in Apps is
1 JVM with default settings per 100 Users for OACoreGroup
so if you have 1000 users with five middle tiers you can configure 2 JVM on each middle tier i.e.
2X5X100=1000 Users.
access_log in Oracle Application Server records all users accessing oracle applications 11i. This
file location is defined in httpd.conf with default location at
$IAS_ORACLE_HOME/Apache/Apache/logs. Entries in this file is defined by directive
LogFormat in httpd.conf Typical entry in access_log is
198.0.0.1 - - [10/Sep/2006:18:37:17 +0100] "POST /OA_HTML/OA.jsp?.... HTTP/1.1" 200 28035
where 200 is HTTP status code & last digits 28035 is bytes dowloaded as this page(Size of page)
39
Author – A.Kishore
http://appsdba.info
Q. What is session time out parameter & where all you define these values ?
If someone ask Apps DBA to change Session Idle Time out value How & where will you change ?
In order to answer first you have to understand what kind of seesions are in Apps 11i and what is
Idle timeout ?
In Apps there are two broad categories of session
- Self Service Application Session ( Server by Web Server iAS Apache & Jserv, like iRecruitment,
iProcurement)
-Forms session ( served by your form session, like system Administrator)
From FND.G or 11.5.9 or with introduction of AppsLocalLogin.jsp to enter into application, profile
option "ICX Session Timeout" is used only to determine Forms Session Idle timeout value . This
might be confusing as earlier this profile option used to control forms as well as self service
application(with session.timeout) session.timeout is used to control Idle session timeout for Self
Service Applications ( Served by Jserv via JVM )
Autoconfig determines value for profile option "ICX: Session Timeout" and "session.timeout" from
entry in context file ( $APPL_TOP/admin/SID_hostname.xml ) with parameter s_sesstimeout
where value mentioned is in milliseconds so profile option ICX: Session Timeout value should be
s_sesstimeout/ (1000 * 60) which means here its 10 Minutes. This value is also set in
zone.properties in $IAS_ORACLE_HOME/Apache/Jserv/etc where number mentioned is in milli
second i.e. 600000 ( equal to 10 Minutes)session.timeout = 600000
P.S. ICX Session time out was introduced in FND.D so if your FND version is below D you might
not see this variable.
Important Things Apps DBA should consider while setting session timeout value ?
1.. If you keep session.timeout value too high , when some oracle application user accessing Self
service application terminates his session, so longer idle session will drain JVM resource & can
result in Java.Lang No Memory available issues .
2. If you keep it too low, users going out for tea or sitting idle for some time have to login again
into application & can be annoying .
40
Author – A.Kishore
http://appsdba.info
Under $AD_TOP/bin check for file adcfginfo.sh & if this exists use
adcfginfo.sh contextfile=<CONTEXT> show=enabled
If this file is not there , look for any configuration file under APPL_TOP if system is Autoconfig
enabled then you will see entry like
# AutoConfig automatically generates this file. It will be read and.......
For syetem to be Rapid Clone enabled , it should be Autoconfig enabled (Check above How to
confirm if Apps 11i is Autoconfig enabled). You should have Rapid Clone Patches applied , Rapid
Clone is part of Rapid Install Product whose Family Pack Name is ADX. By default all Apps 11i
Instances 11.5.9 and above are Autoconfig & Rapid Clone enabled.
APPS<CONTEXT>.env is main environment file which in turn calls other environment files like
<CONTEXT>.env under $APPL_TOP, <CONTEXT>.env under 806 ORACLE_HOME and
custom<CONTEXT>.env for any Customized environment files.
access_log file keeps record of users accessing Oracle Apps 11i Webserver.
Typical entry in access_log is like
Please note above format might defer on your system as this is dependent log_format in Apache
configuration file ( httpd.conf)
Q. What is your Oracle Apps 11i Webserver Version and how to find it ?
41
Author – A.Kishore
http://appsdba.info
From 11.5.8 to 11.5.10 Webserver version is iAS 1.0.2.2.2, In order to find version under
$IAS_ORACLE_HOME/Apache/Apache/bin execute ./httpd -version
./httpd –version
Similarly we can do java –version
Server version: Oracle HTTP Server Powered by Apache/1.3.19
Server built: Dec 6 2005 14:59:13 (iAS 1.0.2.2.2 rollup 5)
In order to improve performance mod_pls (Apache component) caches some database content
to file. This database/plssql cache is usually of type session & plsql cache
a) session cache is used to store session information.
b)plsql cache is used to store plsql cache i.e. used by mod_pls
RELEASE_NAME
-----------------------
11.5.9
DBC file is quite important as whenever Java or any other program like forms want to connect to
database it uses dbc file. Typical entry in dbc file is
GUEST_USER_PWD ,APPS_JDBC_URL ,DB_HOST
Q. There are lot of dbc file under $FND_SECURE, How its determined that which dbc file to
use from $FND_SECURE ?
This option can be seen by navigating into Oracle Apps System as System Administrator and
then àProfile à System à Search for %Database% then you can see the parameter defined
42
Author – A.Kishore
http://appsdba.info
Q. What is RRA/FNDFS ?
Report Review Agent(RRA) also referred by executable FNDFS is default text viewer in Oracle
Applications 11i for viewing output files & log files.
PCP is acronym for Parallel Concurrurent Processing. Usually you have one Concurrent Manager
executing your requests but if you can configure Concurrent Manager running on two machines
(Yes you need to do some additional steps in order to configure Parallel Concurrent Processing) .
So for some of your requests primary CM Node is on machine1 and secondary CM node on
machine2 and for some requests primary CM is on machine2 & secondary CM on machine1.
Q. Why I need two Concurrent Processing Nodes or in what scenarios PCP is used?
Well If you are running GL Month end reports or taxation reports annually these reposrts might
take couple of days. Some of these requests are very resource intensive so you can have one
node running long running , resource intensive requests while other processing your day to day
short running requets.
Another scenario is when your requests are very critical and you want high resilience for your
Concurrent Processing Node , you can configure PCP. So if node1 goes down you still have CM
node available processing your requests.
Q. Output & Logfiles for requests executed on source Instance not working on cloned
Instance?
Here is exact problem description - You cloned an Oracle Apps Instance from PRODBOX to
another box with Instance name say CLONEBOX on 1st of August. You can view any CM
logs/output files after 1st of August only becuase these all are generated on CLONEBOX itself,
But unable to view the logs/output files which are prior to 1st August. What will you do & where to
check ?
Log , Output file path & location is stored in table FND_CONCURRENT_REQUESTS. Check
43
Author – A.Kishore
http://appsdba.info
Report Server is started by executable rwmts60 on concurrent manager Node & this file is under
$ORACLE_HOME/bin .execute command on your server like
ps -ef | grep rwmts60
You should get output like
applmgr ....... rwmts60 name=REP60_VISION
where VISION is your Instance name.
Else you can submit a request like "Active Users" with display set to PDF, check output & log file
to see if report server can display PDF files
Active Users report lists all the users in the system along with their responsibilities.
Q. What is difference between ICM, Standard Managers & CRM in Concurrent Manager ?
ICM stand for Internal Concurrent Manager, which controls other managers. If it finds other
managers down , it checks & try to restart them. You can say it as administrator to other
concurrent managers. It has other tasks as well.
Standard Manager These are normal managers which control/action on the requests & does
batch or single request processing.
CRM acronym for Conflict Resolution Manager is used to resolve conflicts between managers &
request. If a request is submitted whose execution is clashing or it is defined not to run while a
particular type of request is running then such requests are actioned/assigned to CRM for
Incompatibilities & Conflict resolution
Apps Listener usually running on All Oracle Applications 11i Nodes with listener alias as
APPS_$SID is mainly used for listening requests for services like FNDFS & FNDSM.
FNDFS – FND File Server also known as RRA Reports Review Agent is used to view text files in
Oracle 11i.
FNDSM – FND Service Manager is a concurrent manager in GSM, and serves requests like CM’s
44
Author – A.Kishore
http://appsdba.info
In Oracle 11i, you have script adalnctl.sh which will start your apps listener. You can also start it
by command
Web Listener is Web Server listener which is listening for web Services(HTTP) request. This
listener is started by adapcctl.sh & defined by directive (Listen, Port) in httpd.conf for Web
Server. When you initially type request like http://becomeappsdba.blogspot.com:80 to access
application here port number 80 is Web Listener port.
You can use adadmin utility to compile or you can use utlrp.sql script shipped with Oracle
Database to compile Invalid Database Objects.
You can use ojspCompile.pl perl script shipped with Oracle apps to compile JSP files. This
script is under $JTF_TOP/admin/scripts. Sample compilation method is
perl ojspCompile.pl --compile –quiet
45
Author – A.Kishore
http://appsdba.info
Yes you have to use both in apps , for apps patches you will use adpatch utility and for applying
database patch in apps you will opatch utility.
Q. Where will you find forms configuration details apart from xml file ?
f60srvm
Q. What are different modes of forms in which you can start Forms Server and which one
is default ?
You can start forms server in SOCKET or SERVLET by defualt Forms are configured to start in
socket mode
Q. How many ORACLE HOME are Oracle Apps and whats significance of each ?
There are three $ORACLE_HOME in Oracle Apps, Two for Application Tier (Middle Tier) and
One in Database Tier.
ORACLE_HOME 1 : On Application Tier used to store 8.0.6 techstack software. This is used by
forms, reports & discoverer. ORACLE_HOME should point to this ORACLE_HOME while
applying Apps Patch.
ORACLE_HOME 2: On Application Tier used by iAS (Web Server) techstack software. This is
used by Web Listener & contains Apache.
ORACLE_HOME 3: On Database Tier used by Database Software usually 8i,9i or 10g database
Oracle HTML Cache is available at $COMMON_TOP/_pages for some previous versions you
might find it in $OA_HTML/_pages
46
Author – A.Kishore
http://appsdba.info
Q. What happens if you don't give cache size while defining Concurrent Manager ?
Lets first understand what is cache size in Concurrent Manager. When Manager picks request
from FND CONCURRENT REQUESTS Queues, it will pick up number of requests defined by
cache size in one shot & will work on them before going to sleep. So in my views if you don't
define cache size while defining CM then it will take default value 1, i.e. picking up one request
per cycle.
Q. What are few profile options which you update after cloning ?
Rapid clone updates profile options specific to site level . If you have any profile option set at
other levels like server, responsibility, user....level then reset them.
0 & Y are flags for FND Executable like FNDCPASS & FNDLOAD where
0 is request id (request ID 0 is assigned to request ID's which are not submitted via Submit
Concurrent Request Form.
'Y' indicates the method of invocation. i.e. it is directly invoked from the command-line not from
the Submit Request Form.
If forgot password link is enabled and sysadmin account is configured with mail id user forget
password link else you can reset sysadmin password via FNDCPASS
Example:
Q. If you have done two node Installation, First machine : Database and concurrent
processing server. 2nd machine: form,web Which machine have admin server/node?
Admin Server will be on First machine with concurrent processing server. More on Admin Server
coming soon..
TWO_TASK mocks your tns alias which you are going to use to connect to database. Lets
assume you have database client with tns alias defined as PROD to connect to Database PROD
on machine teachmeoracle.com listening on port 1521. Then usual way to connect is sqlplus
username/passwd@PROD ; now if you don't want to use @PROD then you set
47
Author – A.Kishore
http://appsdba.info
TWO_TASK=PROD and then can simply use sqlplus username/passwd then sql will check that it
has to connect to tnsalias define by value PROD i.e. TWO_TASK
Q. What is GWYUID ?
GWYUID , stands for Gateway User ID and password. Usually like APPLSYSPUB/PUB
GWYUID is defined in dbc i.e. Database Connect Descriptor file . It is used to connect to
database by thin clients.
FNDLOAD is a concurrent program that can move Oracle Applications data between database
and text file. FNDLOAD can download data from an application entity into an editable text file,
which can be uploaded to another database. Conversion between database format and text file
format is specified by a configuration file. But i could not find anything regarding upload/download
of an Oracle Alert. So, my conclusion was that i must be possible to use FNDLOAD to transfer
Alerts, but that there is no configuration file provided by Oracle. I had to create a configuration
file myself.
We use ldt loader data files for loading.
Oracle currently supports the migration of the following types of data using FNDLOAD
Q. In a Multi Node Installation, How will you find which node is running what Services ?
You can query for table FND_NODES and check for column , SUPPORT_CP ( for Concurrent
Manager) SUPPORT_FORMS ( for forms server) , SUPPPORT_WEB (Web Server),
SUPPORT_ADMIN( Admin Server), and SUPPORT_DB for database tier.
48
Author – A.Kishore
http://appsdba.info
You can also check same from CONTEXT File (xml file under APPL_TOP/admin)
To Check which node is running what service:
When client makes a forms connection in Oracle Applications, forms client session uses
configuration file defined by environment variable FORMS60_WEB_CONFIG_FILE also called as
appsweb config file. These days this file is of format appsweb_$CONTEXT.cfg The initiator
version number defined by parameter jinit_ver_name in this file will be used .
Q. While applying Apps patch using adpatch, if you want to hide the apps password, how
will that be possible ?
Use adpatch flags=hidepw while applying patches in apps to hide apps or system password
being displayed on Users Screen.
IMAP stands for Internet Message Access Protocol and Java Notification mailer require IMAP
server for Inbound Processing of Notification Mails.
When forms run SOCKET Mode these are dedicated connection between Client Machine & Form
Server (Started by adfrmctl.sh). When Forms run in servlet mode the forms requests are fulfilled
by Jserv in Apache . There will be additional JVM for Forms Request in that case and you won't
start form via adfrmctl.sh.
make is utility in Unix/Linux to maintain , update & generate an file mainly executable.
Yes, you can restore FNDLIBR executables run adadmin on concurrent manager node
select option 2. Maintain Applications Files menu then select 1. Relink Applications programs
when prompts for Enter list of products to link ('all' for all products) [all]
select FND when prompt for Generate specific executables for each selected product [No] ? YES
select YES & from list of executables select FNDLIBR This will create new FNDLIBR executables
.pls file stands for plsql files. In apps patch these files contain code to create package spec or
package body or both.
49
Author – A.Kishore
http://appsdba.info
Q. What are .ldt & .lct files which you see in apps patch or with FNDLOAD ?
.ldt & .lct stands for Loader datafile & Loader configuration files, used frequently in migrating
customization, profile options, configuration data, etc.. across Instances.
odf stands for Object Description Files used to create tables & other database objects.
No , apps_mrc schema is dropped with 11.5.10 Upgrade & 11.5.10 new Install. This is replaced
by more Integrated Architecture.
Q. If APPS_MRC schema is not used in 11.5.10 and higher then How MRC is working ?
For products like Payable, Recievables which uses MRC and if MRC is enabled then each
transaction table in base schema related to currency now has an assoicated MRC Subtables.
Q. When you apply C driver patch does it require database to be Up & Why ?
Yes , database & db listener should be Up when you apply any driver patch in apps. even if driver
is not updating any database object connection is required to validate apps & other schema and
to upload patch history information in database tables.
No , C driver only copies files in File System. Database Object might be invalidated during D
driver when these objects are created/dropped/modified.
50
Author – A.Kishore
http://appsdba.info
cgi stands for Common Gateway Interface and these are Script Alias in Oracle Apps used to
access forms server . Usually Form Server access directly via
http://hostname:port/dev60cgi/f60cgi
Q. Why does a worker fails in Oracle Apps Patch and few scenarios in which it failed for
you ?
This question sounds stupid but this is asked quite often in Apps DBA Interview. Apps Patch
worker can fail in case it doesn't find expected data, object, files or any thing which driver is trying
to update/edit/modify. Possible symptoms may be underlying tables/objects are invalid, a prereq
patch is missing , login information is incorrect, inconsistency in seeded data...
mod_osso is Oracle Single Sign-On Module where as mod_ose is module for Oracle Servlet
Engine.
mod_osso is module in Oracle's HTTP Server serves as Conduit between Oracle Apache Server
& Singl Sign-On Server where as mod_ose is also another module in Oracle's HTTP Server
serves as conduit between Oracle Apache & Oracle Servlet Engine
Both the options will compile all the PL/SQL in the resultant .FMX, .PLX, or .MMX file but
COMPILE_ALL=YES also changes the cached version in the source .FMB, .PLL, or .MMB file.
This confuses version control and build tools (CVS, Subversion, make, scons); they believe
you've made significant changes to the source. COMPILE_ALL=SPECIAL does not do this.
GSM stands for Generic Service Management Framework. Oracle E-Business Suite consist of
various compoennts like Forms, Reports, Web Server, Workflow, Concurrent Manager ..
Earlier each service used to start at their own but managing these services (given that) they can
be on various machines distributed across network. So Generic Service Management is
extension of Concurrent Processing which manages all your services , provide fault tolerance (If
some service is down ICM through FNDSM & other processes will try to start it even on remote
server) With GSM all services are centrally managed via this Framework.
Q. What is FNDSM ?
51
Author – A.Kishore
http://appsdba.info
FNDSM is executable & core component in GSM ( Generic Service Management Framework
discussed above). You start FNDSM services via APPS listener on all Nodes in Application Tier
in E-Business Suite.
iAS Patch are patches released to fix bugs associated with IAS_ORACLE_HOME (Web Server
Component) Usually these are shiped as Shell scripts & you apply iAS patches by executing
Shell script. Note that by default ORACLE_HOME is pointing to 8.0.6 ORACLE_HOME and if you
are applying iAS patch export ORACLE_HOME to iAS . You can do same by executing
environment file under $IAS_ORACLE_HOME
The front end user details are stored in table fnd_user in database. You can query the
database for the details you want to know as follows:
you will get the list of details that the table contain from which you can get the further
details.
“apps” is a Database user.All the information about database users is defined in table
dba_users so you can query the database to know about users.
Database objects for the products like ‘BEN’ & ‘FND’ are stored in their own schema
like BEN or APPLSYS (for FND), GL for GL objects
52
Author – A.Kishore
http://appsdba.info
Yes, Middle Tier & DB can run on different versions of OS. This type of configuration
are known as Split Configuration.
$ cat /proc/cpuinfo
To know whether the environment is shared APPL_TOP or not , login to first Middle
Tier & create any file (like abc.txt) in the APPL_TOP. Now logout & login to other
Middle Tier. If you can see that respective file in APPL_TOP, this means you are having
shared APPL_TOP.
In order to check list of files changes during Autoconfig , you can run adchkcfg utility which will
generate HTML report. This report will list all files & profile options going to change when you run
AutoConfig.
Autoconfig is Utility to configure your Oracle Application environment. .xml file is repository of all
configuration from which AutoConfig picks configuration and polulates related files.
lgi files are created with patching along with .log files . .lgi files are informative log files containing
information related to patch. You can check .lgi files to see what activities patch has done.
Usually informative logs.
If in your adctrl there are six option shown then seventh is hidden option.(If there are seven
options visible then 8th option is to Skip worker depending on ad version).
Q. Which two tables created at start of Apps Patch & drops at end of Patch ?
53
Author – A.Kishore
http://appsdba.info
EG : For Instance I want to generate sale order forms in ONT schema using f60gen
syntax would be like
OEXOEORD.fmb form:
$cd $AU_TOP/forms/US
$f60gen module= OEXOEORD.fmb module_type=form \
output_file=$ONT_TOP/forms/US/OEXOEORD.fmx userid=APPS/APPS
module_type=form batch=yes compile_all=yes
- AD_BUGS: holds information about the various Oracle Applications bugs whose fixes have
been applied (ie. patched) in the Oracle Applications installation.
- Patchsets.sh: This program (a unix shell script) was created to help customers evaluate the
currently installed Oracle Applications patchsets and Family Packs. The program compares the
currently installed patchsets and family packs to the most recently available ones generated by
Oracle Development. This program utilizes the the applptch.txt file for 10.7-11.0. For 11i and R12,
it utilizes a combination of tables such as AD_BUGS and AD_APPLIED_PATCHES to create the
installed patch list. If the 11i release does not use these AD tables (11.5.4 or lower and have not
applied 11i.AD.E or higher) it still supports using applptch.txt for 11i.
Product Group(s)
Multi-Org status
54
Author – A.Kishore
http://appsdba.info
Multi-lingual status
Installed product status
Registered schemas
Installed languages
Q. What exactly happens when you put an Oracle Apps instance in maintenance mode ?
Maintenance mode provides a clear separation between normal runtime operation of Oracle
Applications and system downtime for maintenance. Enabling the maintenance mode feature
Used only during AutoPatch sessions, maintenance mode ensures optimal performance and
reduces downtime when applying a patch.
Login to forms from frontend , on top menu bar of forms click on "Help" & Select "About Oracle
Applications" go to "Forms Server " section. You should see entry like below depending on your
forms version
Oracle Forms Version : 6.0.8.26.0
Which mean you are on forms version 6.0.8.26 . If you want to know whats your forms patchset
level then subtract 9 from fourth digit which means for above case form patchset 17 is applied.
Enter "f60gen" on Forms Server and check for first line in output like
Forms 6.0 (Form Compiler) Version 6.0.8.26.0 (Production)
This confirms that you are on forms server version 6.0.8.26.0 and patch set 17. ( Patch Set =
Fourth Digit - 9)
In Oracle Applications under ad utilities there is utility called as adident Used for Identification
purpose or to find out file version use
adident Header <filename>
for ex. inorder to to find file version of one AR form i.e. ARXGLCOR.fmx
adident Header ARXGLCOR.fmx
55
Author – A.Kishore
http://appsdba.info
You can run 32 bit application (like oracle application server, web server, all oracle application
server are 32 bit ) on both 32 /64 bit operating system but a 64 bit application like 64 bit database
can run only on 64 bit operating system.
OUI stands for Oracle Universal Installer. In order to find Installer version you have to execute
./runInstaller -help ( From OUI location)
56
Author – A.Kishore
http://appsdba.info
You may follow these steps to determine which version of OJSP you have on your web server if
you aren't sure:
Using a text editor, create a file called test.jsp with only the following line:
<%= application.getAttribute("oracle.jsp.versionNumber") %>
You can also use the echo command, like so:
On Unix:
echo '<%= application.getAttribute("oracle.jsp.versionNumber") %>' > test.jsp
On Windows NT: echo "<%= application.getAttribute("oracle.jsp.versionNumber") %>" > test.jsp
If the web page displays "1.1.2.0", then you do not need to upgrade your OJSP. If, however, it
displays anything else, such as "1.0.0.6.1", then you are using an older version of OJSP, and you
must upgrade your OJSP, following the directions in the MetaLink Note indicated above.
opatch is utility to apply database patch , In order to find opatch version execute
"$ORACLE_HOME/OPatch/opatch version"
57
Author – A.Kishore
http://appsdba.info
You should see output like OPatch Version: 1.0.0.0.52 which means your opatch version is
1.0.0.0.52
Discoverer with Apps installed in ORACLE_HOME same as 806 is usually 3i or 4i. To find
Version login to Application Tier & go to $ORACLE_HOME/discwb4/bin and execute
strings dis4ws | grep -i 'discoverer version'
You should see output like
Discoverer Version:Session 4.1.47.09.00
Which means you are on discoverer 4i version 4.1.47.09
There might be multiple JDK installed on Operating System . Like JDK 1.3.1, 1.4.2 or 1.5 but in
order to find which Version of JDK your Apps is using
Open your Context File $SID_$HOSTNAME.xml under $APPL_TOP/admin and look for variable
JDK_TOP oa_var="s_jdktop" what so ever value assigned against that parameter go to that
directory & cd bin & execute command
./java -version so lets assume entry above is /usr/jdk then cd /usr/jdk/bin & ./java -version , you
will see output like
58
Author – A.Kishore
http://appsdba.info
Check clone log file . If log file exists this means this is cloned instance
How can you know that how many modules are already implemented in this
instance?
How can we know that whether we already applied latest AUTOCONFIG patch or not
at our instance?
find out patch number for Autoconfig and then check from ad_bugs table
Is this possible to clone a database from hotbackup? If yes plz tell how?
Yes, first recover/clone database from hot backup using normal database clone .
Then run adcfgclone.pl with dbTechStack option instead of dbTier (Use Rapid Clone advance
topic metalink note for more info)
Suppose your database size is 2000GB now you want to clone a particular one
datafile or tablespace. Plz tell how co clone a datafile or tablespace?
You can import /export tablespace/datafile but can't clone (Check on this again )
When ever you have bulk amount of data loaded into the Database, then you have to gather
schema statistics I think when ever want a snapshot of the presents schemas then u need to
run adadmin for gathering statistics of schema and after runnuning this program it maintains
patchset level of oracle_homes and all file versions of executable files
Table statistics
Number of rows
Number of blocks
Average row length
Column statistics
Number of distinct values (NDV) in column
Number of nulls in column
Data distribution (histogram)
Index statistics
Number of leaf blocks
Levels
Clustering factor
59
Author – A.Kishore
http://appsdba.info
System statistics
httpd.conf is a http demon configuration file where as httpds.conf is a http demon secure
configuration file.
1) shut (for normal shutdown) --- It will wait until all the users to logout from database.
2) shut transactional --- It will wait until all the transactions to be complete by a commit or
rollback.
3) shut immediate--- It will rollforward the commited data and rollback the uncommited data.
4) shut abort--- It will not check for users,trancations etc.. just it will aborted from database
by shutting down the instance.
A database is running in NOARCHIVELOG mode which type of backups you can take?
In no archive log mode, you have to take cold backup only...means..your database should be down and
take backup....
select a.user_id,a.user_name,b.user_id,b.start_time
from FND_USER a, FND_LOGINS b
where a.user_id = b.user_id
and b.start_time = (select max(start_time) from FND_LOGINS where user_id = b.user_id)
and START_TIME < SYSDATE - 180;
To see how many distint users are connected to my system,at particular time ?
60
Author – A.Kishore
http://appsdba.info
OBT_AA is used by ILM (Inventory Management) product. Only objects inside this schema are db
links, functions, packages, procedures and synonyms. No tables in this one.
OBJECT_TYPE
-------------------
DATABASE LINK
FUNCTION
PACKAGE
PACKAGE BODY
PROCEDURE
SYNONYM
VIEW
AventX is a fax and email solution for E-Business Suite from STR software. It works with other
ERPs like SAP R/3 via its ERP connectors. Users in a Unix-based environment, including AIX,
HP-UX, Intel Linux, Solaris and Tru64, can send information directly from various host ERP
applications.
Fax Commander was the original name of the AventX product and internally you will find a lot of
names with SF and SFC.
I am going to give you some insight or inner working of this tool. Thanks to Harminder Singh (Try
at your own risk)
Wanna create CONTEXT file manually, try this ... and then copy the generated XML to
$APPL_TOP/admin/host_SID.xml
61
Author – A.Kishore
http://appsdba.info
Wanna Update the tags in CONTEXT File, try this to update tag s_appsEnvName to SHYAM
java -classpath "${CLASSPATH}:${CMDDIR}/java/adconfig.zip"
oracle.apps.ad.context.UpdateContext ${HOME}/admin/SID.xml s_appsEnvName "SHYAM"
Wanna try to instantiate configuration files from custom driver and templates files based on the
values from CONTEXT FILE.
java -classpath "${CLASSPATH}:${CMDDIR}/java/adconfig.zip"
oracle.apps.ad.autoconfig.InstantiateFile -e $HOME/admin/${TWO_TASK}.xml -d
/d01/sid/admin/custom.drv -log /d01/sid/admin/$CONTEXT_NAME.xxcinstantiate.log -bacdir
/d01/sid/admin/bak/$CONTEXT_NAME -pwd NOP
Q. If users complaining Oracle Applications 11i system is running slow , what all
things you will check at broad level ?
62
Author – A.Kishore
http://appsdba.info
Q. What is Autoconfig ?
Q. How to create User in Oracle Applications 11i ? Can you delete a User ?
Q. How to configure portal with 11i ? ( If you are using portal 3.0.9 or 10G )?
63
Author – A.Kishore
http://appsdba.info
5) How to check whether the product is install,shared and Not installed in Apps.
select t.application_name
, t.application_id
, i.patch_level
, decode(i.status,’I',’Fully Installed’,
‘N’,'Not Installed’,'S’,'Shared’,'Undetermined’) status
from fnd_product_installations i
, fnd_application_vl t
where i.application_id = t.application_id
order by t.application_id;
SELECT
request_id, SUBSTR(requestor,1,25), SUBSTR(program,1,50),
SUBSTR(user_concurrent_program_name,1,100),
TO_CHAR(actual_start_date,’dd/mm/yy :hh24:mi’) start_date,
TO_CHAR(actual_completion_date,’dd/mm/yy :hh24:mi’) completion_date,
FLOOR((ACTUAL_COMPLETION_DATE- ACTUAL_START_DATE)*24) “in
Hours”,
(((ACTUAL_COMPLETION_DATE- ACTUAL_START_DATE)*24)-
(FLOOR((ACTUAL_COMPLETION_DATE- ACTUAL_START_DATE)*24)))*60
“In_Min”
64
Author – A.Kishore
http://appsdba.info
10) How to find out which request is handle by which concurrent queue.
a) First find out short_name of a program and then pass it as parameter to below query.
This way you know now this running program (concurrent request) is handled by new
manager and not part of standard manager.
65
Author – A.Kishore
http://appsdba.info
66
Author – A.Kishore
http://appsdba.info
67
Author – A.Kishore
http://appsdba.info
/* Second Query to know, what all has been done during application of
PATCH */
68
Author – A.Kishore
http://appsdba.info
-- Start Script
This scripts will be handy if you wanna check the Garbage Collection
Size of OACore JVMs or DUMP them to check for any locking/waiting issue
#
# scripts Check the Garbage Collection Size of OACore JVMs
#
echo " GC size This one -| on "`date`
echo " V"
for i in `ls -1 $HOME/ora/iAS/Apache/Jserv/logs/jvm/OA*out`;do
which_jproces=`fuser $i 2>/dev/null `
which_jvm=`basename $i|awk -F\. '{print $2}'`
echo "Jvm # $which_jvm running on pid$which_jproces" "\c"; tail -1 $i
done|sort +9 -n
#
# scripts to dump OACore JVMs
#
69
Author – A.Kishore
http://appsdba.info
70