默认学习用户scott,默认密码是tiger

oracle@prd:/home/oracle$sqlplus /nolog
SQL> conn scott/tiger
ERROR:
ORA-28000: the account is locked SQL> exit
oracle@prd:/home/oracle$sqlplus /nolog SQL*Plus: Release 11.2.0.4.0 Production on Mon Mar 21 20:28:21 2022 Copyright (c) 1982, 2013, Oracle. All rights reserved. SQL> conn / as sysdba //用超级管理账户登录
Connected.
SQL> alter user scott account unlock; //解锁 User altered. SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options //重新登录sqlplus软件,/nolog表示没有任何用户登录
oracle@prd:/home/oracle$sqlplus /nolog SQL*Plus: Release 11.2.0.4.0 Production on Mon Mar 21 20:28:53 2022 Copyright (c) 1982, 2013, Oracle. All rights reserved. SQL> conn scott/tiger //提示密码已过期,重新设置
ERROR:
ORA-28001: the password has expired
Changing password for scott
New password:
Retype new password:
Password changed
Connected.

SQL> show user;
  USER is "SCOTT"

SQL>alter user scott identified by tiger;  

User altered.

最新文章

  1. Nancy之区域和分部视图的使用
  2. 用CSS制作伪标签云
  3. 关于vs调试中kaze时出现的问题
  4. Android 软引用
  5. Java多线程系列--“JUC集合”02之 CopyOnWriteArrayList
  6. HoloLens开发手记 - 测试 Testing
  7. canvas游戏小试:画一个按方向键移动的圆点
  8. 剑指offer--面试题4
  9. GridView导出Excel的超好样例
  10. 重写Collections实现自定义排序
  11. PHP 3:从Login界面谈PHP标记
  12. Linux下逻辑卷创建与管理
  13. Android获取网络数据进行GZIP解压
  14. js实现导航菜单栏随着屏幕的滚动进行滚动的效果
  15. [1] Entity Framework
  16. CGLIB 动态代理的实现
  17. body.clientHeight与documentElement.clientHeight
  18. NSDictionary writeToFile:atomically: 时失败
  19. 剖析epoll机制
  20. Swoole来实现实时异步任务队列

热门文章

  1. 201922904李龙威 2019-2020-2 《Python程序设计》实验二报告
  2. LGP5089题解
  3. HamsterBear 构建可启动的镜像(更新中)
  4. mysql or in union all 使用方法
  5. 机器学习之主成分分析(PCA)
  6. springsecurity-01-0511
  7. springcloud学习02-对springcloud的理解的记录
  8. 统计分析— 1.SPSS数据编辑窗口 输出窗口 语法窗口
  9. 半吊子菜鸟学Web开发 -- PHP学习 1-基础语法
  10. [使用多仓库解决] idea maven 下载源码出现:Cannot download sources Sources not found for: xxx