Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to identify changes in column

palkodiSep 24 2018 — edited Sep 27 2018

I have a huge table which has 300 columns   and around 4 billion records some of the data in column got messed up. I just want to c which column has been change and how many records got messed up. how do we do that. is there any way to find out using sql or plsql.

i have old data for the year and new data for the year how do we compare and find the changes in column

for example

idid numberid passwordyear
11234asdf2018
21234dsaf2017
31234asdf2016

so i want to compare 2018 and 2017 and see what are the changes occured rest years can be ignore and i want to check for that 300 columns for 4 billion records. is that even posible?

This post has been answered by Stew Ashton on Sep 24 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2018
Added on Sep 24 2018
23 comments
6,315 views