溫馨提示×

oracle dbms_random有無并發(fā)限制

小樊
85
2024-07-29 15:27:07
欄目: 云計算

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.

0