oracle

oracle dbms_random有无并发限制

小樊
88
2024-07-29 15:27:07
栏目: 云计算
开发者专用服务器限时活动,0元免费领! 查看>>

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.

亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>

相关推荐:oracle dbms_random的效率如何

0
看了该问题的人还看了