SQL INTERVIEW QUESTION & ANSWERS
51. |
What does database tier consist of? |
|
Database tier consists of Oracle database, which stores all the data. The database server contains Oracle Home and data files. |
52. |
Where are JVM log files located? |
|
The JVM log files are located in the $IAS_ORACLE_HOME/
Apache/Jserv/log/jvm directory. |
53. |
Which servers are hosted from the application tier? |
|
The following six servers constitute the application tier :
- Oracle HTTP server (Apache)
- Forms server
- Reports server
- Admin server
- Concurrent processing server
- Discoverer server
|
54. |
What is the difference between adclone and rapidclone? |
|
Adclone is an Oracle provided utility to clone application
system. This utility is used to clone application system for release 11.5.1 to 11.5.5 for systems which are not autoconfig enabled, whereas rapidclone is used for those systems which are
autoconfig enabled.
|
55. |
What are AutoPatch restart files? |
|
Restart files store information about completed processing in the event of a patch or system failure. They allow AutoPatch, AutoUpgrade, and AD Administration to continue processing at the point where they stopped.
|