Chinaunix首页 | 论坛 | 博客
  • 博客访问: 847631
  • 博文数量: 72
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 435
  • 用 户 组: 普通用户
  • 注册时间: 2013-04-27 20:07
个人简介

郭一军,网名guoyJoe,尖峰在线培训创始人、Oracle OCM、ITPUB论坛Oracle认证版版主、2013最佳精华贴、Senior DBA、Oracle OCT、 ACOUG MEMBER、CSDN 认证专家、RHCE、在线技术分享的倡导者和实践者。 http://www.jianfengedu.com http://jianfengedu.taobao.com

文章分类
文章存档

2014年(72)

发布时间:2014-06-19 10:35:45

转载请注明出处:http://blog.csdn.net/guoyjoe/article/details/9677839这题又是考正则表达式,我们先根据题意,操作如下:hr@OCM> col "PHONE NUMBER" for a50 hr@OCM> SELECT phone_number,REGEXP_REPLACE(phone_number,\'([[:digit:]]{3})\.([[:digit:]]{3})\.([[:digit:]]{4})\',\'(\1) \2-\3\') "PHONE NUMBER" 2 FROM employees; PHONE_NUMBER PHONE NUMBER -------------------- -------------------------------------------------- 650.507.9833 (6......【阅读全文】

阅读(944) | 评论(0) | 转发(0)

发布时间:2014-06-19 10:35:41

转载请注明出处:http://blog.csdn.net/guoyjoe/article/details/9537279这道题目的知识点是要了解Oracle 中的Insert用法A丶pivoting insert(旋转插入)1丶创建表marks_detailsgyj@OCM> create table marks_details ( 2 student_id number(4) not null, 3 subject_id1 number(2), 4 marks_english number(3), 5 subject_id2 number(2), 6 marks_math number(3), 7 subject_id3 number(2), 8 marks_physics number(3), 9 subject_id4 number(2), 10 marks_chemistry n......【阅读全文】

阅读(1161) | 评论(0) | 转发(0)

发布时间:2014-06-19 10:35:39

一丶OracleDBA的成长路线:  初级的BA =>中级DBA=>高级DBA=>资深DBA=>顶级DBA 1丶初级的BA   1年左右的工作经验,碰到一个问题解决一个问题,永远都是在面对问题,头疼医头,脚疼医脚。安装 丶升级 丶迁移丶备份丶恢复丶监控丶巡监。         2丶中级DBA   3年左右的工作经验,知道怎样去避免一些常规问题的发生,防止重复性错误。 日常......【阅读全文】

阅读(2013) | 评论(0) | 转发(0)

发布时间:2014-06-19 10:35:38

还在整理中。。。。 EXPDP/IMPDP 相关文档:Utilities 2 Data Pump Export 3 Data Pump Import SQL*Loader 相关文档:Utilities 7 SQL*Loader Command-Line Reference 8 SQL*Loader Control File Reference 生成外部表加载文件: 文档:7 SQL*Loader Command-Line Reference 外部表泄载: Utilities第14 The ORACLE_DATAPUMP Access Driver章,向下翻4页。 八丶Imp丶Exp 文档中的章节:Original Export and Import 一丶......【阅读全文】

阅读(1746) | 评论(0) | 转发(0)

发布时间:2014-06-19 10:35:37

有疑问可以去itpub讨论:http://www.itpub.net/thread-1804872-1-1.html     对于alter table setunused的用法,查官方文档:   alter_table::= column_clauses::= drop_column_clause ::= SET UNUSED Clause Specify SET UNUSED to mark one or more columns asunused. Specifying this clause does not actually remove the target columns fromeach row in the table. That is, it does not restor......【阅读全文】

阅读(1385) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:55

最近在研究Oracle internal的源代码,有兴趣的请访问我的博客

回复  |  举报
留言热议
请登录后留言。

登录 注册