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.
对于数据库类,我们必须使用 VM(虚拟机)中的 Oracle 11g 数据库启动一堆 SQL 触发器。
问题是,即使我们 99% 确定我们的触发器是正确制作的,我们似乎也无法找到将触发器从 Jdev 添加到我们的数据库的位置。
在数据库中插入触发器的正确方法是什么?
谢谢!
您始终可以将 DDL 与 JDBC 一起使用。要执行的语句是CREATE TRIGGER ..
CREATE TRIGGER ..