How is caching enabled?
Answer / 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 |
How do you change the port of Jolt of an Apps Server?
Define The Server Agent(PSPRCSRV.EXE)?
What is JOLT?
Walk through process of migration objects from one environment to another with considerations for recoverability of environments should the migration fail?
How will you enable PeopleCode debugging? Define steps?
Describe the web server logs?
What are the different ways to trace a PeopleSoft AE program? SQR? COBOL?
Describe the various server agents that support the process scheduler server?
What is TraceSQL? TracePC? TracePPR? TraceAE? Where is this set? How do you set the values?
Where are log and trace files located?
How are trace files generated?
How do we delete the cache of the Process Scheduler?