How to improve performance improve in siebel apps?

Showing Answers 1 - 12 of 12 Answers

Prasad

  • Mar 5th, 2007
 

Siebel performance can be improved if we set the primaries in MVG, outer join flag to false, keeping less frames in the portal, keeping less applets in the business component 

  Was this answer useful?  Yes

Pragyan

  • Jun 3rd, 2014
 

a)Use indexed column on sort specification.
b)Proper error handler techniques.
c)Specify the cursor mode.
d)The methods as TheApplication() should be used as it is it should not be assigned to a variable to reference it.
e)Use switch case instead of nested ifs.

  Was this answer useful?  Yes

niharika chandra

  • Sep 30th, 2018
 

Avoid using immediate post changes and link specification where not required.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions