| View previous topic :: View next topic |
| Author |
Message |
sarfaraz Active User

Joined: 23 Oct 2006 Posts: 149 Location: Kolkata
|
Posted: Wed Jun 18, 2008 4:28 am Post subject: Good interview questions |
|
|
Hi Plz give some ans this questions,
1. What is node id at .dbc file under FND_TOP/secure?
2. What is the use of jserv and http why we need both of them?
3. How many templates are there at oracle apps? What are the uses of those templates?
4. If by mistake I will delete the .dbc file under FND_TOP/secure is there any way to retrieve that? If yes how? And what will happen if I will delete that?
5. What is the main purpose of OC4J?
6. You are trying to running adadmin utility bur when you are runnign it is giving error and it is not running what you will do now? What should be the reason behind it?
Thanks & Regards _________________ Sarfaraz Karim
APPS DBA |
|
| Back to top |
|
 |
arshad_onlyne Active User

Joined: 25 Nov 2006 Posts: 609
|
Posted: Thu Jun 19, 2008 8:36 am Post subject: ok |
|
|
1)node_id is nothing but representing the node which may be holding one or more servers ,this id is unique
3)templates comes into picture when u run autoconfig a template of the current configuration is taken,correct me if iam wrong
4).dbc file is the database connector descriptor file which is used by the guest while accessing oracle application from the front end,u may not be able to connect the database as a application user
how to know number of .dbc files?
find / -type f -name ".dbc"
5)i donno this answer myte
Regards
Arshad |
|
| Back to top |
|
 |
atul_iiit Site Admin
Joined: 19 Oct 2006 Posts: 1112
|
Posted: Thu Aug 21, 2008 4:08 pm Post subject: |
|
|
1. What is node id at .dbc file under FND_TOP/secure?
Node ID is id number assigned to middle tier (during autoconfig node) with similar entry in FND_NODES so that apps understand that connection is coming from valid midle tier
2. What is the use of jserv and http why we need both of them?
http is for static http requests and jserv is for java related requests (jsp , servlet)
3. How many templates are there at oracle apps? What are the uses of those templates?
Each configuration file (httpd.conf, zone.properties..) got its template file. Templates files are stored at two places but used from one under fnd_top .
When autoconfig recreate conf files it uses template files & data from context (XML) file to create configuration file.
4. If by mistake I will delete the .dbc file under FND_TOP/secure is there any way to retrieve that? If yes how? And what will happen if I will delete that?
Yes you can recreate dbc file by running adgendbc.sh script or by running autoconfig (autoconfig calls adgendbc.sh)
If you delete dbc file you won't be able to open forms connection
5. What is the main purpose of OC4J?
OC4J (Oracle Container 4 J2EE) is Oracle's JVM (java virtual machine) and used to run java application
6. You are trying to running adadmin utility bur when you are runnign it is giving error and it is not running what you will do now? What should be the reason behind it?
There can be multiple reasons for adadmin
- adadmin not in path
- using wrong password (apps or system) for adadmin
- adadmin is corrupt
- apps password is locked
and plenty more, check adadmin log file for issue and fix issue accordingly _________________ Atul Kumar
Apps DBA
http://OnLineAppsDBA.com |
|
| Back to top |
|
 |
arshad_onlyne Active User

Joined: 25 Nov 2006 Posts: 609
|
Posted: Sat Sep 06, 2008 10:47 am Post subject: ok |
|
|
hi atul
iam getting an error while trying to run discoverer server script addisctl.sh
the error is like saying unable to create java
OSagent and OAD are able to start but locator is throghing an error
Regards
Arshad |
|
| Back to top |
|
 |
koko Junior Member

Joined: 04 Jan 2007 Posts: 83
|
Posted: Mon Sep 29, 2008 7:20 am Post subject: |
|
|
Hi Atul,
"Templates files are stored at two places but used from one under fnd_top . "
This is not clear to me that at what exactly two places do these template files reside?
Thanks and Regards,
Koko |
|
| Back to top |
|
 |
atul_iiit Site Admin
Joined: 19 Oct 2006 Posts: 1112
|
|
| Back to top |
|
 |
arshad_onlyne Active User

Joined: 25 Nov 2006 Posts: 609
|
Posted: Thu Oct 23, 2008 4:34 pm Post subject: ok |
|
|
hurray
the error regarding discoverer solved |
|
| Back to top |
|
 |
|