简体   繁体   中英

View triggers history in Oracle

我想在数据库Oracle 8上创建多个触发器。即使我没有DDL触发器,我也可以查看触发器历史记录,即修改的意思吗?

No.

You should have a version control system though, where you each revision of your script will be stored. You do have a version control system don't you? If you don't, get one; as soon as possible.

You can do that using a software we wrote called DB History. If all you want is to view schema history (ddl trigger is part of the schema) the free version is enough to solve your problem.
https://www.seracode.com/Oracle

尝试以下数据字典。

DESC user_triggers;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM