How to connect to ORACLE SQLPLUS remotely via WEB BROWSER without installing oracle client
I am trying to come up with option for users to unlock/reset their password remotely. I have already created an procedure to help them to unlock/reset password
However, I am still figuring out the option for users to connect to Oracle SQLPLUS to execute the procedure.
I would like to avoid users to install oracle client on their machine to connect to oracle. So, Trying to find any option for them to access oracle via Web Browser without installing any oracle client on their PCs.
Will iSQLPLUS help here? i am trying whether this would help.