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 |
misragopal
Messages: 125 Registered: June 2005 Location: New Delhi, india
|
Senior Member |
|
|
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
|
|
|
|
|
|
|
|
|