Scenario:
I want to find the no.of rows inserted,updated and deleted on the successful execution of a session.
These details are present only in the session log file so how to grep these details from the log file? or Is there anyother method?
These details are present only in the session log file so how to grep these details from the log file? or Is there anyother method?
I
actually have to insert these details into a table.The other details
which i have to include in the table are session name, target table
name,sesion start time,session end time.
Thus my table structure is
Session_name
Tgt_Table_name
Start_time
End_time
Inserted_count
Deleted_count
Updated_count
Thus my table structure is
Session_name
Tgt_Table_name
Start_time
End_time
Inserted_count
Deleted_count
Updated_count
Solution:
Hey u will get ths info through INFA metadata tables
Comments
Post a Comment