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.
我有一个使用 SQL 数据库的 Bluemix 应用程序。
我想查看数据库的日志。比如最近对数据或表格的修改是什么?
请指教。
我不了解 Bluemix,但我目前不知道任何提供纯文本(即,不是恢复/回滚范围)日志记录系统的关系数据库服务器。
用户无权访问 Bluemix 上 SQL 数据库中的日志,因为它是一项完全托管的服务。为了能够查看表的最后修改时间,您可以创建一个触发器以在对表进行插入/更新/删除操作时更新时间戳。