Integration Technologies - JDE1 (MOSC)

MOSC Banner

Java Dynamic Connector - Logoff user session

edited Mar 17, 2020 5:00AM in Integration Technologies - JDE1 (MOSC) 1 commentAnswered

1) I am using below Java/COM API, to login and get userSession - Connector.getInstance().login(username, password, environment);

2) using this userSession I am calling BSFN, I believe JDE internally creates JDBj connections and COK users while executing BSFN.

3) After this, to terminate the userSession I am using - Connector.getInstance().logoff(userSession);

Since, I am having multiple userSessions as part of one application, I am using logoff() to close individual userSession instead of shutDown().

But this is not reducing the number of users and number of connections count shown in Server Administrator Workbench (JDE 8.12 -> on clicking on "View Users") and is leading to performance slowness. What additional can be done along with logoff() such that userSession and connections created as part of BSFN execution is terminated?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center