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!
Hi, I have Java Mission Control 5.5 and I try to install Weblogic plugin, but there are no plugins available when I go to Help->Install New Software as recommended.
Thank you,
Aris
You need an application item (defined globally) in each application to be able to reference the value.
You will still see the values listed in session state, even if the application doesn't have the item defined, because.. the values are still in session state. It's just a table in the db.
May I know which table stores the values? I've been looking through the APEX views but can't find anything yet.
If you install f4000.sql, and check out page 34, you can trace it down to
select * from apex_190100.wwv_flow_data_view;
When I've worked with sharing application items across applications I had issues when the cookie was not named the same. Do these two apps have the same cookie?
If you're sharing across applications, and the cookie was not the same name, then it wouldn't be workspace sharing.
This would be immediately apparent by having to log in again.
Yes
@scott-wesley Hi Scott, I've tried : defined application item (global) each in both applications, named: APP_GLOBAL_ITEM set the application item in a DA action: Execute Server-Side Code to a particular value in application A then using v('APP_GLOBAL_ITEM') to retrieve in application B, but the value is NULL Did I miss anything, or should I use another way to set and get the value of the application item?
That's how I've successfully been operating with application items for years.
Appreciate it, Scott, we will try for that, thanks!