Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个每天运行的预定工作。在该工作中,我从各种包中调用了一些存储过程。我想知道在 Oracle 中是否有一个序列,即我调用它们的序列或存储过程以任何随机顺序执行。
如果你说你有一份工作(每个 SP 有一份工作)调用像 begin pkgA.procA 这样的包;pkgB.procB;pkgC.procC; ... 结尾;
然后它们按照您在 pl/sql 匿名块中的顺序执行。
如果每个 API 调用都有 1 个作业,那么它们将并行执行或以任何随机顺序执行。