If you want to submit any technical questions
for oracle apps 11i which might be helpful for other's to understand
applications
Mail Me.
 
Q. How to confirm if Report Server is Up & Running ?
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.
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.
Q. What is use of Apps listener ?
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.
Q. How to start Apps listener ?
In Oracle 11i, you have script adalnctl.sh which will start your apps listener.
You can also start it by command
lsnrctl start APPS_$SID (Replace sid by your Instance SID Name)
Good luck for your interview. If you are not happy with
quality of questions or want to submit Oracle 11i Apps Interview questions Mail Me.
 
 
|
Previous Page
|
Next Page
|