0 votes
in Oracle by
How to know when operations happened on a table?

1 Answer

0 votes
by

In the database, FLASHBACK_TRANSACTION_QUERY shows all information about flashback transaction queries.

SELECT *

FROM flashback_transaction_query

WHERE TABLE_NAME

AND table_owner

and operation

order by start_timestamp desc

Related questions

+1 vote
asked Jan 15, 2021 in Cassandra by SakshiSharma
0 votes
asked Apr 28, 2022 in Azure Cosmos DB by sharadyadav1986
...