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.
我正在 PL/SQL 中运行一个具有for loop. 我有一个要求,我需要在每次迭代后断开连接并连接到数据库。
for loop
如何在代码中完成此操作,而无需手动断开/连接数据库。
我正在使用 PL/SQL 开发人员。
然后您的算法必须在应用层中实现,因为 pl/sql 依赖于数据库连接。