GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Data Access

 Print  |  
Question:  How to find that when and which record inserted in the table ?



June 06, 2009 01:21:37 #3
 dj_dj_dj   Member Since: May 2009    Total Comments: 11 

RE: How to find that when and which record inserted in the table ?
 
Most simple way is to write an Insert trigger on the table which you want to get audited.
     

 

Back To Question