J
jehugaleahsa
Hello:
Our users have an application where they can initiate jobs on our
servers. Currently, we have Oracle stored procedures that execute
applications on the database server. We hate using the database this
way.
We would like our applications to be run without needing to initiate
them with a database.
We are currently gathering information on the approaches we can take.
What are some options?
What would be the most scalable option?
How do we authenticate users? What other security measures do we need
to take?
What needs to be on the machine in order for the code to run?
Most of our applications need the database SID, user name and password
passed in. How can pass this information securely? (We can always use
Oracle proxy authentication.)
Thanks for any pointers!
~Travis
Our users have an application where they can initiate jobs on our
servers. Currently, we have Oracle stored procedures that execute
applications on the database server. We hate using the database this
way.
We would like our applications to be run without needing to initiate
them with a database.
We are currently gathering information on the approaches we can take.
What are some options?
What would be the most scalable option?
How do we authenticate users? What other security measures do we need
to take?
What needs to be on the machine in order for the code to run?
Most of our applications need the database SID, user name and password
passed in. How can pass this information securely? (We can always use
Oracle proxy authentication.)
Thanks for any pointers!
~Travis