Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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 Blogs FAQ Tag Cloud Calendar Mark Forums Read

Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks.

Reply

 

LinkBack Thread Tools Display Modes
  #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: 528
Thanks: 1
Thanked 63 Times in 50 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,853
Thanks: 9
Thanked 168 Times in 142 Posts
debasisdas has a spectacular aura aboutdebasisdas has a spectacular aura about
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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


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 09:43 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved