Database Administration (MOSC)

MOSC Banner

Investigate if a given oracle table HAD or NOT some records in a point of time

edited Feb 14, 2012 6:01AM in Database Administration (MOSC) 3 comments
Hi All,

I have a question and would like if someone could help me with the answer.
  - Is there a way using the Oracle Structure (in terms of segments, extents, blocks ... (physical store)) or other way, if records were deleted from a given table?
For example:
Table "A" contains the following records with the fields: (id, description, date)

    1, testToDelete1, 01/02/2012
    2, testToDelete2, 02/02/2012
    3, testToDelete3, 03/02/2012
    4, testNotToDelete4, 04/02/2012
    5, testNotToDelete5, 05/02/2012


Let's say you delete the first three records and the table "A" now has the following records

    4, testNotToDelete4, 04/02/2012
    5, testNotToDelete5, 05/02/2012


Is there a way (through some Select,log) if the table "A" already had the records deleted?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center