Re: Forms 4 - Can I issue the command 'CREATE USER ...'

From: Ramesh <rkrishna_at_us.oracle.com>
Date: 24 Aug 1994 20:26:33 GMT
Message-ID: <33gadp$snj_at_dcsun4.us.oracle.com>


In article <94236.171409KJOHNSON_at_ESRIN.BITNET> <KJOHNSON_at_ESRIN.BITNET> writes:
>In Forms 4 , can I issue the command ;
> create user :users.username identified by :users.password
>from a trigger ?
>
>If so, does this require a particular version of Forms4/ ORACLE7 server ?
>
>Thanks in advance, Kevin.
>
>======================================================================
>Kevin Johnson EMAIL : johnson_at_mail.esrin.esa.it
>Information Administrator
>European Space Agency DISCLAIMER : These views are mine
>ESRIN, FRASCATI, ITALIA. not necessarily those
> of my employer.

If you are running Forms 4.0.12 , you can use  Forms_DDL('Create User ' || :User.username ||

              ' Identified By ' || :Users.password);

 Please note to check Form_success after every Forms_DDl built-in.

Ramesh Krishnamurthy Received on Wed Aug 24 1994 - 22:26:33 CEST

Original text of this message