Oracle 10g - 确定触发器上次更新的日期
有没有办法可以确定触发器更新的日期? 我之所以问这个问题,是因为一位客户抱怨我们的应用程序中出现了一些错误,但当我查看该表时,发现所有触发器均被禁用。
Is there a way you can determine the date when a trigger was updated?
The reason why I ask is because a costumer complained about receiving some erros in our application, but when I went to look at the table, it had all triggers disabled.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
时间戳列将显示最后一次触摸。
The timestamp column will show the last touch.