默认用户有这么几个,system,sys,scott,hr ,一般scott 和hr 作为你的练习用户.
system的默认密码是 manager
sys的默认密码是 change_on_install
练习用户,oracle 10g 以后需要解锁.
使用sys或者system 用户登录以后,使用如下命令解锁
alter user scott identified by tiger account unlock ;
alter user hr identified by hr account unlock ;
其中scott / tiger ,hr / hr 是用户名密码。
相关文章:
-
2022-02-11
-
2022-01-26
-
2022-02-14
-
2022-12-23
-
2021-12-03
-
2021-11-19
-
2022-12-23
-
2022-12-23
猜你喜欢
-
2021-11-27
-
2022-01-18
-
2022-12-23
-
2021-11-19
相关资源
-
下载
2021-06-05
-
下载
2023-01-22
-
下载
2023-02-08