I am attempting to implement a form on APEX that allows the user (in this case dba's) to select a database and then change their username and password.
I was able to set up the input fields correctly but I am totally lost on how to tie it in with the actual database. I am assuming I will have to use a database link to access different databases.
Is this possible?