I am using the custom authentication in Oracle Apex and after the user login, I need to change the parsing schema we assigned to the user.
How can I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can change the parsing schema using the apex_util.set_parsing_schema_for_request procedure from within the application’s initialization code. Follow these steps:
Click on the Shared Components > Security Attributes > Database Session.
Then add the following PL/SQL code in the Initialization PL/SQL code section:
Change the table and column name according to your table.
Below is the screenshot for reference: