简体   繁体   中英

Is there any way to get logs of SQL Database in Bluemix?

I have a Bluemix application which is using SQL Database.

I want to see logs of the database. Like what is the recent modification of data or tables?

Please advise.

我不了解Bluemix,但是我目前不知道任何提供纯文本(即,没有恢复/回滚作用域)日志记录系统的关系数据库服务器。

Users do not have access to the logs in SQL Database on Bluemix because it is a fully managed service. To be able to see the last modification time of a table, you may create a trigger to update the timestamp whenever there is a insert/update/delete operation on a table.

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