Environment information:
* Oracle version: 11g
* Operating system: Windowns
Expensive friends,
Do you know if you have any form of Oracle to get logs log (inserts, deletes, updates, etc ...) made by the application ??
ex: a sale that is made by a box ...
Thanks;
Transaction logs
-
- Moderador
- Posts: 1396
- Joined: Fri, 01 Feb 2008 2:06 pm
- Location: Rio de Janeiro - RJ
- Contact:

I think it's just a trace but ..
for real time you can pick up
for real time you can pick up
v$session
filtering through the application and v$sql
picking up the instruction-
- Rank: Programador Júnior
- Posts: 17
- Joined: Thu, 01 Jul 2010 3:22 pm
- Location: RS
Oracle Developer
What do you need is a record of all transactions made in a determine table?
Would it be a log trigger?
Would it be a log trigger?
-
- Rank: Programador Sênior
- Posts: 55
- Joined: Wed, 27 Oct 2010 1:49 pm
- Location: Belo Horizonte - MG
In fact it would not be in a table only, it would be all transactions.
Ex: You have a front of a box and want to know everything that was sold, who sold, or who connected in the bank, what time, porque gave that insert in such a place that left my stock different of what was ...
Without such a log any person who has access to my bank for some user who has permissions can change a sale or purchase without anyone noticing ... I'm reading about The log mines but I still can not run ...
Ex: You have a front of a box and want to know everything that was sold, who sold, or who connected in the bank, what time, porque gave that insert in such a place that left my stock different of what was ...
Without such a log any person who has access to my bank for some user who has permissions can change a sale or purchase without anyone noticing ... I'm reading about The log mines but I still can not run ...
Good afternoon friend, in my opinion the best way to do this would be through the bank audit.
Activating the database audit, you can choose which commands either audit as
Activating the database audit, you can choose which commands either audit as
<create user>
drop_user
Select, Insert, Update, Delete, between several others. Even choose which users will be audited, or activate for all users.-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest