设置parallel

xiaoxiao2026-06-18  31

--设置并行度 1)alter system set parallel_automatic_tuning=TRUE scope=spfile sid='*'; 2)shutdown immediate 3)startup 4)会报错,说是过期参数,不建议使用,因为在oracle8i之后就被取代了 5)alter system reset parallel_automatic_tuning scope=spfile sid='*'; 6)shutdown immediate 7)startup
转载请注明原文地址: https://www.6miu.com/read-5050374.html

最新回复(0)