Hi,
Oracle 11.2.0.1
Windows
I am searching one function or PL/SQL package by running that there should not be any non null value in any column of all the tables (Except SYS and SYSTEM users). I tried by querying user_tab_columns where nullable='Y', this can I know the null rows in the table, but data type can be of any type. So as per data type there should replacement of be non null values for those rows who have null values in the columns.
Thank you.