Skip to main content
Question

Executions of Login_SYS.Init_Odp_Session_

  • February 26, 2026
  • 2 replies
  • 57 views

Forum|alt.badge.img+4

IFS Cloud 24.2.14
In our ongoing work to improve performance and be less sensitive to disruptions, we note that on the top list for "SQL ordered by Elapsed Time", during a working day this sql is in fifth place (10th place for "SQL ordered by CPU Time)":
sql_i: cbsvk03jynz6s
sql: BEGIN :1 := Login_SYS.Init_Odp_Session_(:2 , :3 , :4 , :5 , :6 , :7 , :8 , :9 , :10 , :11 , :12 , :13 , :14 , :15 , :16 ); END;

We are wondering if the amount of executions that are made is reasonable. For example, this sql is executed three times when you open a simple form like System parameters.

One execution is very fast, but since there are over 10 million executions during a working day the total time elapsed is between 3 and 4 hours.

Anyone with knowledge about this?
Can there be an overhead of executions?

Regards,

Björn

2 replies

Forum|alt.badge.img+17
  • Superhero (Partner)
  • February 26, 2026

Hi. We’ve got the same. Moreover it’s common issue.


Forum|alt.badge.img+3
  • Do Gooder (Partner)
  • September 17, 2026

The customers I support have the same question.
Even in 25R2, the `Login_SYS.Init_Odp_Session_` function is executed very frequently.

This issue has been discussed in the thread at the URL below, but it does not appear to have been resolved.
https://community.ifs.com/ifs-framework-experience-employees-partners-only-109/login-sys-init-odp-session-consuming-lot-of-elapsed-time-and-cpu-time-gsdtech-18990?tid=18990&fid=109

I would like to hear IFS’s opinion on this issue.
Is the current mechanism, which causes `Login_SYS.Init_Odp_Session` to run frequently, acceptable?