Create a user by using the CREATE USER statement.
Prérequis
You must have the MANAGE ANY USER system privilege.
Contexte et remarques
User IDs cannot:
Passwords are case-sensitive and they cannot:
Connect to the database.
Execute a CREATE USER statement that contains an IDENTIFIED BY clause.
By default, users are assigned the root login policy. If you need to assign a user a different login policy, you can specify it by using the LOGIN POLICY clause of the CREATE USER statement.
Exemple
This example adds a new user to the database with the user ID of M_Haneef and a password of Welcome.
CREATE USER M_Haneef IDENTIFIED BY Welcome; |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |