Oracle DBMS_RANDOM does not have any specific restrictions on concurrency. Multiple sessions can call the DBMS_RANDOM functions concurrently without any issues. However, it is important to note that the randomness generated by DBMS_RANDOM is not truly random and may not be suitable for applications requiring high levels of security.