Skip to Main Content

Java SE (Java Platform, Standard Edition)

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 to use correctly tool bar?

963782Jul 17 2013 — edited Aug 20 2013

I just added items Nodes to tool bar:

toolBar.getItems().addAll(label1, colorPicker1, label2, colorPicker2, label3, colorPicker3, label4, colorPicker4);

when I selected the colorPicker, it can work normally. However, when I specify a preferred width to the tool bar, the overflow button appears and then I selected the colorPicker item in the list of overflow button, nothing responds!

Can somebody explain this phenomenon to me? thanks.

This post has been answered by James_D on Aug 20 2013
Jump to Answer

Comments

I don't think this is a RAC specific error

ORA-24964: ALTER SESSION SET CONTAINER error

Cause: An attempt to switch to a PDB with different settings such as character set, time zone or time zone file version on an Oracle 12c Release 1 (12.1) or earlier client failed.

Action: Upgrade client to Oracle 12 Release 2 (or later) to support such operations.

ORDS v17.3 (BETA!!!) has the 12.2. driver in it, so you could try with that.

kamreddy

thank you. Will try that "thatjeff". trying ords based of your video and blog. Will update of my process once I try it.

kamreddy

Update: Was able to install ORDS v17.3 on Oracle 12.2 Database version  successfully.

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

Post Details

Locked on Sep 17 2013
Added on Jul 17 2013
7 comments
595 views