1.show current user in oralce

ansower:show user

2.search  name of table  in current user model.

answer:SELECT table_name FROM user_tables;  remember: dictionary user_tables;

3.how to find user by talbe name.

eg.I knows the table name is job_history in oracle.

answer:SELECT owner, table_name FROM dba_tables WHERE table_name IN 'JOB_HISTORY';

NOTE:  IN  replaced by LIKE.

4.how to use to_date() function in work

eg.SELECT to_date('20171026 22:42:50','yyyy-MM-dd hh24:mi:ss') FROM dual;

NOTE:it can is 12  after in  the hh or if can't remeber to_date()  format use order by keyword  with desc.

5.if oracle database have two instance,you need login special instance.following the command.

eg.instance DBSQL   account sys password yangjinhong

sqlplus sys/yangjinhong@DBSQL AS SYSDBA

最新文章

  1. 定制sqlmap tamper脚本
  2. 如何创建vss2005的数据库
  3. 4种sql分页
  4. css笔记10:多个id选择器/类选择器包含相同部分问题的探讨
  5. java数组的声明由几种方式
  6. [UWP]创建一个进度按钮
  7. OpenShift实战(三):OpenShift持久化存储Registry
  8. iOS下WebRTC音视频通话(二)-局域网内音视频通话
  9. Django中的原子事务相关注意事项
  10. MUI框架 按钮点击响应不好的问题解决办法
  11. Win7 64位下安装64bit MS SQL Server2005时安装不了Reporting Services的处理办法
  12. XML外部实体注入漏洞(XXE)
  13. Pftriage:分析和追踪恶意文件,识别特征
  14. 使用 IntraWeb (35) - TIWJQueryWidget
  15. 开源方案搭建可离线的精美矢量切片地图服务-8.mapbox 之sprite大图图标文件生成(附源码)
  16. 如何使用xilinx pcie的源代码
  17. 【转】【Java/Android】Intent的简介以及属性的详解
  18. LOJ#2190. 「SHOI2014」信号增幅仪(最小圆覆盖)
  19. 深入理解 flex 布局以及计算_Flexbox, Layout
  20. ubuntu 16.04 安装php 5 6等版本

热门文章

  1. POJ_1703 Find them, Catch them 【并查集】
  2. A Simple Problem with Integers(线段树区间更新复习,lazy数组的应用)-------------------蓝桥备战系列
  3. C# B站的弹幕提取
  4. 论文阅读 | STDN: Scale-Transferrable Object Detection
  5. postgresql 的一些操作
  6. WPF Binding的值转换器
  7. PIE SDK地图显示范围截图
  8. PIE SDK元素位置和显示样式的修改
  9. css3之transition、transform、animation比较
  10. CentOS初试