Answer Posted / chaitanya
What level of caching is depends on what resources that available on host system. With EnableServerCaching, Specify what objects the system stores in cache on the application server. To enable application server disk caching set the value to 1 or 2.
If value is 1, the system caches only the most used classes of objects, and if value is 2, the system caches all object types regardless of the frequency of use.
To disable application server caching, the value must be set to 0. Turning off caching significantly degrades performance, as it requires the application server to retrieve an object from the database each time the system it is referenced.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
You have multiple Process Schedulers running against a single database. How do you configure the environment such that a user can submit a process without having to identify a specific Process Scheduler process to complete the process request?
Describe the Process Scheduler Server log files?
What is SYMBOLIC ID?
You want to change some parameters of Application Server? How will you do it?
Walk through the process of applying a patch/fix which involves all types of object (internal: add, delete, update; external: SQRs, COBOLs, DMS Scripts, etc)?
How are trace files generated?
You have just recovered a database after the system experienced a failure. You try and boot the Application Server but it fails? What do you do?
Briefly write what the Process Scheduler is used for?
How is the process type definition used?
Two web servers are used in the production environment for load balancing/failover. How would you configure both web servers to share a single Report Repository?
What is the SQL statement executed by the program?
What is a database refresh?
How do we delete the cache of the WebServer?
How can we migrate Message catalog between 2 databases?
What is USER ID/OPERATOR ID?