creating a username and password in oracle forms 6i [message #475067] |
Sun, 12 September 2010 05:55 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
marylyn
Messages: 3 Registered: September 2010 Location: Zimbabwe
|
Junior Member |
|
|
i created a form to create a username and password.i tried creating a user in forms 6i using the following code on the when button pressed trigger:
BEGIN
forms_ddl('create user'||:user_name||'identified by'||:pasword);
commit_form;
END;
i have granted the user to create user but it does not work at all.Please help me find a solution.
pasword and user_name are captured in the form.
Thank you
|
|
|
|
|
|
|
|
|
|