Skip to Main Content

APEX

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Dynamic Action/Select List

CrimsntydSep 27 2013 — edited Sep 30 2013

Hi,

I'm trying to change a field in a form based on the change of a select list on the same form.  I want to do this without submitting the page.  I've been able to do this via dynamic actions and Change/DOM Object, the DOM Object being the select list.  The text area that I want to change text in is working properly in this regard, without submitting the page.

However, I can't get the select list to actually change to the value that I select.  It doesn't matter if I use a dynamic action to submit the page (a second "TRUE" statement after the "change the text area" statement), or select "Submit Page" under "Page Action when Value Changed" in the element properties itself.  The select list doesn't change to the new value I select.  Is this a bug in 4.2?  I can't think of an instance where I WOULDN'T want the value I select to be submitted when I use the select list.  Any help out there?  Thanks.

This post has been answered by vincent_deelen on Sep 30 2013
Jump to Answer

Comments

Glen Conway

Presumably the Query Results tab in 3.2 did not have a problem when you originally installed it. Possibly the loss of highlighting and context menu is due to corruption of user settings.  And if you migrated any corrupt settings to newer versions, that could be the problem with whatever 18.x version you have.  Otherwise you might suspect a mismatch between the versions of SQL Developer, Java, and some native driver on the OS.

Assuming Windows, exit and restart SQL Developer after renaming the system<yourSqlDevVersion> folder to something else in C:\Users\<yourUserID>\AppData\Roaming\SQL Developer.  That will create a fresh user settings folder, either with default values or values migrated from some earlier version, depending on your choice.

Final advice:  don't use extremely old versions of software unless you have a really good reason.

Cheers

User_EKWC5

Thanks Glen for the reply

I was using the version 3.2.09  earlier, and faced issue their, so upgraded to Version 18.4.0.376, Build 376.1900 which resolved the issue for few months. But again suddenly started facing the same problem V18 as well.

So uninstalled V18 and was trying to check if V3 has the issue or not by reinstalling V3.

I am using Windows. I tried to rename the directory as suggested by you, and started SQL Developer, but no luck.

I have already tried uninstalling V3 and reinstalling SQL developer V18 and renaming the directories in AppData\Roaming\SQL Developer but no luck.

Currently i have V18 installed on my machine.

Any other option you think?

Glen Conway
Answer

It is not clear to me whether your efforts at reinstalling V3 / V18 included migrating settings from a prior version or using fresh default settings.

Whenever there are issues with a new version with migrated settings, I always Export Connections from the prior version's Connections navigator tree, delete the user settings folder for the new version, then start up the new version, avoid migrating settings, and Import Connections from the prior version.

If that's not what you've already done, then try that, or even get the latest 19.4 and avoid migrating settings.

Another possibility could be (from the SQL Developer main toolbar) using Window > Reset WIndows To Factory Setting.

Good luck

Marked as Answer by User_EKWC5 · Sep 27 2020
User_EKWC5

Hey Glen,

I have tried to uninstall V18, removing AppData\Raoming\SQL Developer .. files and with both options i.e. importing the settings from previous version and using fresh default settings, but no luck .

Also i already tried the Factory reset option in past and also today i tried it but that also does not work.

I am trying with V1.5 now as thats the version where i can see the query results pane is accessible and i can copy something from there.

Thanks,

Glen Conway

Wow, V1.5, that really is a piece of history! The suggestion to use fresh, default user settings really should have worked. Just out of curiosity, what is your OS and OS version?

User_EKWC5

I installed V19 as you suggested, i did not import the settings from previous installations and that resolved the problem. Thanks.

By the way i am using Windows 10, 64 bit OS.

Glen Conway

Wonderful!  Really glad to know you are not mysteriously being blocked from using the latest / greatest SQL Developer.

Edit:  If the problem eventually comes back, that may suggest you have a pattern of use that leads to corruption of the user settings.  But hopefully not.

User_EKWC5

How can i mark this thread as Answered?

Glen Conway

You cannot do it from the Inbox, you actually have to open the thread:  See:

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

Post Details

Locked on Oct 28 2013
Added on Sep 27 2013
6 comments
2,267 views