Skip to Main Content

Database Software

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!

Recomplie SP / View after Impdp

StarterAmanSep 11 2015 — edited Sep 19 2015

Hello,

From the source database platform (11gR2, win2008) , i executed:

expdp mis_user/password@mis schemas=mis_user directory=TEST_DIR dumpfile=mis_N2.dmp logfile=expdpmis_N2.log

After that, i moved <mis_N2.dmp> to target platform (12cR1, win2012R2), i executed:

impdp mis_user/password@mis schemas=mis_user directory=TEST_DIR dumpfile=mis_N2.dmp logfile=impdpmis_N2.log TABLE_EXISTS_ACTION=REPLACE INCLUDE=TABLE,INDEX

There is no errors while there is importing, but

1. May i know why all Stored Procedures / Views inside 12cR2 are required to be recompile? and

2. Are there any drawsback / missing action behind this?

Thank you very much.

This post has been answered by top.gun on Sep 11 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2015
Added on Sep 11 2015
2 comments
459 views