oracle dbms_random有无并发限制
导读:Oracle DBMS_RANDOM does not have any specific restrictions on concurrency. Multiple sessions can call the DBMS_RANDOM fu...
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.
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: oracle dbms_random有无并发限制
本文地址: https://pptw.com/jishu/691229.html