IF you define your BO connections using the user’s BO account (username = @Variable(‘BOUSER’) and password = @Variable(‘BOPASS’)) THEN you could use
the SESSIONS_PER_USER parameter on the Oracle CREATE USER command.
Otherwise, no, I don’t think you can limit users this way.