Re: plsql statement for login




infested schreef:

Is it possible to login as specified user by plsql statement?

No.

But you could switch content (set current schema) if that is what you
want.
But what you actually are trying to archieve is not clear.

Unless you are logged on, you cannot execute PL/SQL, therefore, you
cannot log on from PL/SQL (it would also require logging off the
current session)

.