Mario Schr�n wrote:

> i will change the CONNECTMODE of a user for eample 'mustermann'
> from single connect to multiple connect ?
> 
> I have try to do it with :
> "create user MUSTERMANN PASSWORD 123QWE CONNECTMODE MULTIPLE" 
> i will not
> work.
> 
> i hope you have any idea.

Of course do I have one:
inspect the reference manual, chapter concerning CREATE USER. 
There you will find

<create_user_statement> ::= CREATE USER <user_name> PASSWORD <password>
[<user_mode>] [PERMLIMIT <unsigned_integer>] [TEMPLIMIT <unsigned_integer>]
[TIMEOUT <unsigned_integer>] [COSTWARNING <unsigned_integer>] [COSTLIMIT
<unsigned_integer>] [[NOT] EXCLUSIVE] 

create user MUSTERMANN PASSWORD 123QWE NOT EXCLUSIVE

is correct. 

Elke
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to