-
How do I cancel a running concurrent request?
Navigate to the Concurrent Request Summary form Select a request In character, do a Quickpick on the Status column You can select Cancel or Hold In GUI, use the Cancel or Hold buttons The Sysadmin responsibility can cancel or hold any running request
-
What should I do if I am missing an executable from my APPL_TOP?
Binary executables are created with adrelink. For example, if addmimp is missing use: adrelink force=y ranlib=y "ad addmimp"
-
-
-
-
-
How do I find out what the currently installed release of Applications is?
SELECT release_name FROM fnd_product_groups
-
-
What are the logfile and output file naming conventions?
Logfiles: l.req Output files: If $APPCPNAM is not set: . If $APPCPNAM = REQID: o.out If $APPCPNAM = USER: .out Where: = The request id of the concurrent request And: = The id of the user that submitted the request
-
Why does Help->Tools->Examine ask for a password?
The profile option Utilities:Diagnostics is set to NO This profile option controls whether users can use the Examine utility. The password should be the APPS password.
-
-
How do I find the name of a form?
GUI: Use Help->About Oracle Applications Scroll down to find the form name Character: Use Help->Version
-
How do I find the version of an installed product? (such as Reports, SQL*Net etc.)
One of the easiest ways is to run the product if you can. Running Reports designer will give you the Reports version, running SQL*Plus will give you its version etc. Another easy way is to launch the Oracle Installer and look in the installed products on the right side. It will list all the products installed with their versions. Another way is to look at the .rgs file. This file is located in $ORACLE_HOME/orainst...
-
How do I lookup ORA errors? (and TNS errors)
Use: oerr ora XXXX or: oerr tns XXXX where XXXX is the error number (This also supports a number of other error types. Use the 3-letter error prefix in place of 'ora')
-
How do I generate one single form? (As opposed to using adadmin to generate them all)
Character mode forms: Use adfrmgen Usage : adfrmgen filelist= or : adfrmgen product="product shortname(s)" [filepath="dir-path/filename"] For example : adfrmgen filelist=filelist.txt adfrmgen product="gl" filepath="forms/GLXSSMTY.inp" (one file) adfrmgen product="gl" filepath="forms" (entire directory) adfrmgen product="gl" (entire product) adfrmgen product="fnd gl" (multiple products) adfrmgen product="fnd...
AOL Interview Questions
Ans