GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Peoplesoft  >  PS Mixed
Go To First  |  Previous Question  |  Next Question 
 PS Mixed  |  Question 5 of 200    Print  
Why temporary records are needed?

  
Total Answers and Comments: 8 Last Update: March 27, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 28, 2005 06:38:39   #1  
Hits        

RE: Why temporary records are needed?
Temporary tables are basically used for the parellel processing and for better performance
 
Is this answer useful? Yes | No
May 04, 2005 16:15:46   #2  
wyangw        

RE: Why temporary records are needed?
Defines the record definition as a temporary table. Temporary images of the table can be created specified by the PeopleTools Options Page. Temporary tables are used for running Application Engine batch processes. Temporary tables can store specific data to update without risking your main application table.

 
Is this answer useful? Yes | No
June 21, 2005 01:23:25   #3  
Vaibhav        

RE: Why temporary records are needed?
Temp tables are mainly used for Parrellel processing. Also you take the data you want for manipulation into your Temp table and you can play with that. Finally when you get the desired data you can update the main tables.
 
Is this answer useful? Yes | No
July 21, 2005 09:04:35   #4  
Shail        

RE: Why temporary records are needed?
One important thing when dealing with temp tables. When you use PeopleCode to call the app-engine it runs synchronously and also it doesn't use any temporary table instances created for batch processing instead it uses the instances created for online processing which by default is 3.
 
Is this answer useful? Yes | No
January 30, 2006 04:48:35   #5  
R.Guru Lakshmi        

RE: Why temp records are needed?
hai We use temp records for batch processing.This temp table can store specific data to update without risking our main application table.
 
Is this answer useful? Yes | No
July 19, 2006 11:18:29   #6  
Bineesh Member Since: July 2006   Contribution: 1    

RE: Why temp records are needed?
temporary tables are used by PF_RESOLVER in EPM. The source data will be resolved based on the run time parameters and inserted into the temporary table instance based on the record suite ID.
 
Is this answer useful? Yes | No
August 21, 2006 00:25:18   #7  
Ruchi Bhardwaj        

RE: Why temp records are needed?
AE programs run in batch mode so the multiple instances of the same program gets created and due to this the deadlock situation can come. To avoid this situation peoplesoft provides the concept of temp tables i.e. the data that needs to be updated by the AP program is stored in the temp tables. This avoids the situation where the programs fetches the row one by one process it and then send the updated data back. By creating temp tables you can store the data that is effected by business logic in the temp table and then you can perform the opertaions on it instead of the main table. Once the processing is completed you can send the data back to the main table.
 
Is this answer useful? Yes | No
March 27, 2008 08:24:28   #8  
nsivudu Member Since: March 2008   Contribution: 11    

Why temporary records are needed?
Temporary table can be used in application engine programs to support parallel processing and better performence
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape