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!

How can I get the ID from the app user?

user-t4hqtJul 30 2023

I've a table “Users” with columns ID, username , password, address, phone-number etc. Authentication is a custom scheme based on the table values. I want to create a profile page to display the information from the app user only where the id = id from the app_user. I can't use 'upper(username) = upper(v('APP_USER'))' cause if I edit the user_name nothing will show anymore on the profile page that I created.

Comments
Post Details
Added on Jul 30 2023
14 comments
1,101 views