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!

Making A Page Read Only In Apex 20.2

User_3F50ZFeb 12 2021

Hi,
I am working on an Application in Apex 20.2 on an Oracle 12.2.0.1 database that I would like to make Read Only. I see that it can be done at the page level and as a condition of a PL/SQL function body. I can't seem to figure out the format of the entry here. I have built a group called "ReadOnlyGroup" and would like to use it in the function call APEX_UTIL.CURRENT_USER_IN_GROUP
However, nothing I do seems to work. What is the exact format of the code that should go here to tell the page that the logged in user should have Read Only privileges on the page? I see some info on the web for the option of PL/SQl Function returning boolean but this option seems to have been deprecated in newer versions of Apex.
Thanks in Advance for your help.

Comments
Post Details
Added on Feb 12 2021
12 comments
5,149 views