For working with tutorial of oracle Introduaction to oracle/sql you need to work on the tables which is locked in oracle. for Unlocking these tables you have to follow these steps

1. Login in sqlplus or sqlplus or isqlplus as a user “system” with respective password.

2. Execute the following command

ALTER USER HR IDENTIFIED BY password ACCOUNT UNLOCK;

here password is your passord which you want to use for your account remember this password for further use.

3. Login in with user HR with password specified above

Now you can use all tables specified in tutorial.

Please leave your comment If you encounter any problem…

最新文章

  1. C#基础回顾(一)—C#访问修饰符
  2. mysql 唯一约束
  3. HTML5 学习总结(五)——WebSocket与消息推送
  4. Web Tours自带示例网站无法打开的解决方案
  5. SQL 批量删除数据表
  6. 文件API及其特点
  7. 【转】C++及java在内存分配上的区别
  8. sping整合hibernate之二:dao层开发
  9. Weave 网络结构分析 - 每天5分钟玩转 Docker 容器技术(64)
  10. 利用kibana插件对Elasticsearch进行映射
  11. IdentityServer4之Resource Owner Password Credentials(资源拥有者密码凭据许可)
  12. 阿里云上的Centos 7.6的一次Nginx+Mysql+PHP7.3 部署
  13. 今天我得鼓吹一波 Kotlin
  14. pymysql连接数据库,读取表内容
  15. SVG 学习<二>进阶 SVG世界,视野,视窗 stroke属性 svg分组
  16. mysql-libs版本冲突卸载不了
  17. Longest Repeating Character Replacement
  18. 学习笔记之YAML
  19. 转:线程Thread (1)
  20. Netty源码分析第4章(pipeline)---->第4节: 传播inbound事件

热门文章

  1. TCP报文格式和三次握手——三次握手三个tcp包(header+data),此外,TCP 报文段中的数据部分是可选的,在一个连接建立和一个连接终止时,双方交换的报文段仅有 TCP 首部。
  2. C primer plus 5 读书笔记3
  3. bzoj1176
  4. js遍历json的key和value
  5. Relation.js——基于pixi.js的拓展模块之人物关系图谱
  6. multiprocessing创建自定义进程类
  7. # 20155327 2016-2017-4 《Java程序设计》第8周学习总结
  8. (转)类的sizeof
  9. bzoj1925(SCOI2010)地精部落
  10. C++ 内连接与外连接 (转)