大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
登录数据库服务器,进入oracle用户下
东营区ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为创新互联公司的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:13518219792(备注:SSL证书合作)期待与您的合作!
[root@uumsnormal-oracle admin]# su - oracle
[oracle@uumsnormal-oracle ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 4 16:08:27 2016
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL>
alter user xx account unlock; --xx为你的用户名,解锁
User altered.
SQL>
commit;
Commit complete.
SQL> alter user XX identified by 用户名的密码; --修改密码