What are the benefits of The Shared Cache Mode?
Answer / chaitanya
The shared cache mode offers the following benefits:
Server processes share a common cache file, which reduce the disk space consumed by multiple cache files.
Improved initial transaction load performance. Because all objects are already cached, the initial load performance is equivalent to subsequent loads. This is the major difference from previous behavior.
Improved performance because the system does not write new items to the cache. As such, the cache file never grows. This prevents the host running out of disk space as each PSAPPSRV cache grows in size.
Simplifies file management by having fewer files for the system to maintain.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Report Repository?
How do you change the port of Jolt of an Apps Server?
How do you configure the Web Server for connection balancing and failover?
How do we delete the cache of the Apps server?
What is TraceSQL? TracePC? TracePPR? TraceAE? Where is this set? How do you set the values?
Describe the web server logs?
How is the process type definition used?
Assuming that the database is installed and properly configured, how do you configure the remaining components to connect 2-tier, 3-tier, 4-tier(via web)?
You want to move all the data from table X in environment 1 to environment 2 and replace all existing data in environment 2. How would you do this?
What are the different ways to trace a PeopleSoft AE program? SQR? COBOL?
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)?
What is USER ID/OPERATOR ID?