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.

Issue in APEX 5.1.1 theme customization

3339793May 31 2017 — edited Jul 12 2017

Hi,

Oracle Application Express 5.1.1.00.08

We are using multiple apex application and navigating b/w them with keeping same cookie name to avoid the ask login again. It keeps same session id . Now issue is that if we customize theme for app 1 and app2 then some time when we navigating from app1 to app2 theme not working properly.

On console debug i found:

pastedImage_1.png

pastedImage_2.png

as see in screenshot each app has stored own customized css class and loading it. But as we navigating between the apps with same session it keeps the reference to same file name instead of the referencing specific to app.it only changing application id above 1 in screen 2 is the application id. but it supposed to load css of screen1 .

Please recommend work around for this.

@"ShakeebRahman-Oracle"

Comments

Herald ten Dam
Hi,

welcome.

The user who made the index, does it have the role CTXAPP? Otherwise you need to grant this role to the user.
grant CTXAPP to your_user;
Otherwise you need explicitly grant execute rights of the package CTX_DOC to this user.
The owner of the package is CTXSYS.
grant execute on ctxsys.ctx_doc to your_user;
If there are still problems, it will be better to post in the TEXT forum.

Herald ten Dam
htendam.wordpress.com
776964
Unfortunately, that doesn't seem to work either:

grant execute on ctxsys.ctx_doc to sysadm
*
FOUT in regel 1:
.ORA-04042: procedure, function, package, or package body does not exist

Thanks for your reply. I will continue this in the right forum.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 9 2017
Added on May 31 2017
3 comments
172 views