Problem statement: We have two tables, both have username and password. We should check login credentials given by user in login screen in both tables and If given credentials matches in any table then we should allow user to login into the application.
can anyone suggest me, If oracle APEX have any feature or we should write code for Custom Authentication scheme (suggest code if anyone had) ?
Thanks in advance.