Hi,
In a form, i have a button that would create a new user. this button has got the following code:
create_user (:user_name, :user_password, :user_database);
...
...
in this procedure i put the following code to create the new user:
CREATE OR REPLACE PROCEDURE CREATE_USER (user_name IN...