Page 1 of 1

Create User Through Form

Posted: Tue Sep 25, 2007 4:24 am
by najm
Dear I want to write this line on
<b>when button pressed </b> Trigger
Grant DBA to ABC Identified by ABC
and then i connect this user to SQL for writing query.

Posted: Mon Oct 01, 2007 7:07 am
by Kashif
Use the FORMS_DDL Function for creating user using Forms.

Code: Select all

FORMS_DDL('GRANT DBA TO ABC IDENTIFIED BY ABC');