Geeks Talk

Prepare for your Next Interview




Keep track of the DML operations performed by several users

This is a discussion on Keep track of the DML operations performed by several users within the Oracle forums, part of the Databases category; How do I know as a developer, the IP Address of a particular machine from SQL prompt? To be precise, I need to keep track of the DML operations performed ...


Go Back   Geeks Talk > Databases > Oracle

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-04-2007
Junior Member
 
Join Date: May 2007
Location: Bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
satyabrata_igate is on a distinguished road
Keep track of the DML operations performed by several users

How do I know as a developer, the IP Address of a particular machine from SQL prompt? To be precise, I need to keep track of the DML operations performed by several users in my DB. How do I know that without having DBA previlege?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-04-2007
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 523
Thanks: 1
Thanked 55 Times in 46 Posts
sutnarcha is on a distinguished road
Re: Keep track of the DML operations performed by several users

You can do either of the following,

1) You can create an application that periodically tracks the manipulations on the database.

2) You can create database triggers that generate reports on the manipulated database contents.

Both are equally complex. I would personally choose the first solution.
__________________
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.

-sutnarcha-
Reply With Quote
  #3 (permalink)  
Old 07-12-2007
Moderator
 
Join Date: Jun 2007
Location: Bangalore,India
Posts: 1,432
Thanks: 8
Thanked 125 Times in 112 Posts
debasisdas will become famous soon enoughdebasisdas will become famous soon enough
Re: Keep track of the DML operations performed by several users

you can create a trigger on a specified event .
every time that event occurs ,you can make an entry to a log table the name of the user who executed the connand and which command.
Reply With Quote
Reply

  Geeks Talk > Databases > Oracle


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
MCSE 2003 track is new or ......... nikhil_rattan Microsoft Certification 1 09-19-2008 07:28 AM
AVI Toolbox: video operations at ease. JobHelper Geeks Lounge 0 01-15-2007 10:50 AM
Microsoft CRM : Plan and track a winning campaign Jim.Anderson Microsoft CRM 0 09-27-2006 07:39 AM
Microsoft CRM : Track campaign responses Jim.Anderson Microsoft CRM 0 09-27-2006 07:39 AM
Microsoft CRM : Track returned products Jim.Anderson Microsoft CRM 0 09-27-2006 07:39 AM


All times are GMT -4. The time now is 01:33 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved