Pakage and referencing objects are found invalid
I am executing a package by DBMS job which includes the table swapping steps. It completed successfully with out any errors but all the reference objects (views) of above tables (swapped) become invalid. Below see the below scenario for detail information
DBMS package PKG execution steps
· With the help of C routine XML files are converted into corresponding CSV files by using oracle libraries.
· These CSV files are then loaded into A temporary tables.
· Duplicate records are then removed from the A temporary tables.
· Constraints and Indexes on C tables make disable.
· With the join of A temporary tables and main B tables records get stored into C tables.