开发者

How do I create a user in Oracle 9i?

开发者 https://www.devze.com 2023-02-24 04:00 出处:网络
Please开发者_如何学C tell me how to create user in Oracle 9i.Use the following to create a user called \"username\", whose password is \"password\":

Please开发者_如何学C tell me how to create user in Oracle 9i.


Use the following to create a user called "username", whose password is "password":

CREATE USER username IDENTIFIED BY password

Reference:

  • http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_8003.htm
0

精彩评论

暂无评论...
验证码 换一张
取 消