Comments
1 comment
-
Hi
Thank you for your forum post.
I have submitted a Bug Report / Enhancement Request to add the code for DBMS_RESULT_CACHE commands at the beginning of the deployment script:BEGIN DBMS_RESULT_CACHE.BYPASS(TRUE); DBMS_RESULT_CACHE.FLUSH; END; /
And the following code at the end of the deployment script:BEGIN DBMS_RESULT_CACHE.BYPASS(FALSE); END; /
The reference for this Bug Report / Enhancement Request is OC-809.
Sadly at the time of typing this reply, I cannot provide details as to when you may see this request in a future version of Schema Compare for Oracle.
Many Thanks
Eddie
Add comment
Please sign in to leave a comment.
With the new versions of Oracle if you need to migrate a patch to a live system you need to add code to the migration script to prevent the result cache from returning incorrect results. Specifically add code to the top and bottom of the script. If this something that can be added to Schema Compare so it generates its scripts correctly? I realize it probably won't be able to handle RAC environments completely on its own but it would still be a big help.
Thanks,
Jon
Oracle Doc
https://docs.oracle.com/cd/B28359_01/ap ... m#CHDGEFCF