BookmarkSubscribeRSS Feed
beamer108
Quartz | Level 8

Im working in Dataflux 2.8 and the job i have has several sql lookup nodes. 

When running the job I receive the following error message on one of the nodes. What does this mean and how do I correct?

 

[DataFlux][ODBC Oracle driver][Oracle]ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit

2 REPLIES 2
jimbarbour
Meteorite | Level 14

@beamer108 wrote:

Im working in Dataflux 2.8 and the job i have has several sql lookup nodes

 

[DataFlux][ODBC Oracle driver][Oracle]ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit


Well, I can't say for sure without knowing your environment, but in many cases, a given user may have only so many sessions open at any one time.  If the user tries to open yet another session while already at the limit, the connection will be refused.  

 

Is there any way you can close session(s) at intermediate points in the processing?  This might keep you under the limit (assuming my surmise is correct).

 

If not, you might want to talk to the DBA or Sys Admin who has control of the Sessions_Per_User and see if you can persuade him or her to increase the limit or to suggest some type of work-around.

 

Jim

VincentRejany
SAS Employee

Not an Oracle expert, but it sounds like you need to increase the number of sessions

alter system set processes=200 scope=spfile;
alter system set sessions=250 scope=spfile;

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Early bird rate extended! Save $200 when you sign up by March 31.

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1432 views
  • 3 likes
  • 3 in conversation