Skip to Main Content

Java Development Tools

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 can I force a hard refresh (ctrl+F5)

Leandro VitaleDec 1 2016 — edited Dec 2 2016

How i can force a hard refresh in main page (Ctrl + F5) when return of one Popup.

I use this code, but didn't worked

        BindingContainer bindings = getBindings();

        OperationBinding operationBinding = bindings.getOperationBinding("Execute");

        operationBinding.execute();

Any idea? I use JDeveloper 12c.

This post has been answered by Timo Hahn on Dec 2 2016
Jump to Answer

Comments

I would definitely go with option #3. It is the easiest and the one with the least down time. I would suggest that you use AutoUpgrade to do the upgrade instead of the manual upgrade. It is easier and it does support having source Oracle Home and target Oracle Home on two different servers. Take a look at the Database Upgrade Quick Start Guide which shows how to get started with the tool. In your case you would execute "analyze" and "fixups" mode on the source system and wait for the changes to be applied on the standby. Then you break the connection and you can eventually do the upgrade using the "upgrade" mode. In your configuration file instead of specifying a "target_home" you should specify "target_version" instead.

Regards,

Daniel 

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 30 2016
Added on Dec 1 2016
9 comments
525 views