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 RBO DB 上执行任意 SQL。不仅仅是选择/更新,还有一些复杂的循环。但也不是存储过程(没有任何理由永久存储此类代码)。
Oracle中是否有这样的东西-“非存储过程”-它是如何调用的?
是的,这是可能的。
它被称为“匿名 PL/SQL 块”。
http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/overview.htm#i8859