| authentication required window pl/sql [message #330466] |
Mon, 30 June 2008 04:16  |
chiky
Messages: 9 Registered: June 2008
|
Junior Member |
|
|
Hi,
I need your help for something.
I have a web application, made in pl/sql and I want to login without authentication required window.
How can i connect to this application, using an generic user and password and not introduce every time this user?
Thanks,
chiky
|
|
|
|
|
|
| Re: authentication required window pl/sql [message #330483 is a reply to message #330479] |
Mon, 30 June 2008 04:57   |
chiky
Messages: 9 Registered: June 2008
|
Junior Member |
|
|
This window, authentication required had an oracle procedure?
I don't know what procedure to call with this generic user.
i want to hard code, but after i initialize the user and password what procedure to call?
Thanks,
chiky
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: authentication required window pl/sql [message #330558 is a reply to message #330501] |
Mon, 30 June 2008 07:53   |
|
|
Hi chiky,
As far as i understand, you don't want auto authorization in your plsql cartridge.
You want to supply username and password at the time of plsql
cartridge page/application render.
Actually your DAD is authorized to 'oracle user name'.
Solution is to deauthorize it. In that case it will
prompt for oracle username and password.
gopal
[Updated on: Mon, 30 June 2008 07:55] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: authentication required window pl/sql [message #330782 is a reply to message #330779] |
Tue, 01 July 2008 04:03  |
|
|
first of all owa_sec.get_user_id is function which is only reading information
from DB and returning back to plsql code after authentication. somehow this
particular prob is not related/not having solution with owa_sec.get_user_id.
try some logic with dynamic authorize or deauthorize. In this specific
scenario you can only do one thing. Create 2 separate dads. One is authorized
another is not authorized. Use one for your application and use other
authorized DAD for your java program call.
Gopal
|
|
|
|