How to login to the DB inside PL/SQL?
We are creating an API to a C# program. We have a package for this.
The package has a procedure which has uid, pwd and db as the inputs.
My question is how do I connect to the DB (i.e. login) using these 3 values?
Oracle Forms has LOGON built-in. What is the equivalent in PL/SQL?