如何在Oracle SQL Developer中创建用户
我是oracle sql developer 3.1.07.42的新手,并且刚刚将其安装在我的计算机上.我想建立一个新的连接,但是它需要一个用户和一个我不知道的密码.我已经搜索了很多天,并且了解到有一些命令可以创建用户,但是我不知道应该在哪里运行这些命令,因为在创建连接之前我无法运行查询/命令. 有人会让我知道该怎么办吗?
I am newbie to oracle sql developer 3.1.07.42, and have just installed it on my machine. I want to make a new connection, but it requires a user and a password which I do not know. I have been googling about it since many days, and have learned that there are some commands to create user, but I do not know where should I run those commands, because I cannot run queries/commands until the connection is created. Would anyone let me know what should I do?
创建新用户的步骤:
1)打开Sql Developer,建立新连接.
1)Open Sql Developer, make new connection.
2)使用系统用户名和密码(在安装过程中完成)登录.
2)Login with System username and password(made during installation).
3)连接后,右键单击用户并添加新用户.
3)Once you connect, Right click users and add new user.
4)提供其用户名和密码&选择适当的系统特权.
4)Give its username and password & select appropriate system privilege.
5)您已完成操作,请进行新连接检查.
5)You are done now, check by making new connection.