All of my current experience with Oracle has been in back-end processes (i.e., batch-type procedures and packages).
I have been asked to develop a front-end that will allow users to execute stored procedures without having to log into SQL*Plus and type commands. All of these stored procedures accept arguments, so the front-end must be able to accept the arguments and pass them along.
I am trying to determine the best approach for this front-end. Will Oracle Forms allow a user to run a procedure? Would PowerBuilder or Java be a better idea? (There is talk that this front-end could be added to the system's website AND it could be merged with the system's current user interface which is written in PowerBuilder).
All assistance would be appreciated.
Thanks.