Re: CREATE USER

From: Thomas Reinartz <Thomas.Reinartz_at_debis.com>
Date: 2000/05/05
Message-ID: <8eufvh$4p7$1_at_news.sns-felb.debis.de>#1/1


Hi,

I don't know if it helps, but did you try to parse it in one go? Like this:

DBMS_SQL.PARSE(cid, 'CREATE USER ' || usr_name || ' IDENTIFIED BY ' || usr_pass || ' Profile ' || usr_role, dbms_sql.v7);

cheers,

Thomas Received on Fri May 05 2000 - 00:00:00 CEST

Original text of this message