上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 84 下一页
摘要: 字符型char 固定字符,最长2000个--char默认值是char(1)varchar2 可变长字符,最长4000个,最小值是1--VARCHAR2 数据类型必须要指定 size nchar/nvarchar2 NCHAR/NVARCHAR2类型的列使用国家字符集raw和long raw 固定/可 阅读全文
posted @ 2017-11-24 15:46 巴啦啦大魔王 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1.q select q''a%'' from dual; '为分隔符--注意当使用单引号为分隔符时,被转义的字符串中与转义单引号相连的不能时单引号--例:select q''xxx'' from dual;这其中x不能为单引号select q'!a'!' from dual;!为分隔符 开始分隔符 阅读全文
posted @ 2017-11-24 14:11 巴啦啦大魔王 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Union(并集去重排序),对两个结果集进行并集操作,重复行只取一次,同时进行默认规则的排序; Union All(并集不去重不排序),对两个结果集进行并集操作,包括所有重复行,不进行排序; Intersect(交集去重排序),对两个结果集进行交集操作,重复行只取一次,同时进行默认规则的排序,不忽略 阅读全文
posted @ 2017-11-24 11:38 巴啦啦大魔王 阅读(194) 评论(0) 推荐(0) 编辑
摘要: Which SQL statements would display the value 1890.55 as $1,890.55? (Choose three)A. SELECT TO_CHAR(1890.55,'$0G000D00') FROM DUAL;B. SELECT TO_CHAR(18 阅读全文
posted @ 2017-11-24 10:57 巴啦啦大魔王 阅读(191) 评论(0) 推荐(0) 编辑
摘要: SQLPLUS登陆数据库的时候,无法登录到数据库,只有shutdown abort一个命令能有效果,其余命令均无效,看出问题前后台提示:ORA-21561: OID generation failed ,然后就通知我密码不对,但我用PL/SQL是可以进到数据库里,查了半天竟然是/etc/hosts文 阅读全文
posted @ 2017-11-22 10:48 巴啦啦大魔王 阅读(824) 评论(0) 推荐(0) 编辑
摘要: What happens if you shutdown abort ASM instance?A. The RDBMSs connected will shutdown abort tooB. CLUSTER SERVICE will shutdownC. ASM wil do instance 阅读全文
posted @ 2017-11-17 13:40 巴啦啦大魔王 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Which package provides API's for the SQL Tuning Advisor?A. DBMS_MONITORB. DBMS_STATSC. DBMS_SQLTUNED. DBMS_ADVISOR 运行 SQL 调整顾问程序运行 SQL Tuning Advisor 阅读全文
posted @ 2017-11-17 13:32 巴啦啦大魔王 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Which of the following cannot be used as input to the SQL Tuning Advisor? (Choose all that apply.)A. A single SQL statement provided by a userB. An ex 阅读全文
posted @ 2017-11-17 13:25 巴啦啦大魔王 阅读(99) 评论(0) 推荐(0) 编辑
摘要: While tuning a SQL statement, the SQL Tuning Advisor finds an existing SQL profile for the statement that has stale statistics available.What would th 阅读全文
posted @ 2017-11-17 13:23 巴啦啦大魔王 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Which two statements about the SQL Management Base (SMB) are true? (Choose two.)A. It contains only SQL profiles generated by SQL Tuning Advisor.B. It 阅读全文
posted @ 2017-11-17 13:21 巴啦啦大魔王 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 84 下一页