【OCP-052】052最新考试题库分析整理-第7题
7、Which is true about external tables?
A) The ORACLE_DATAPUMP access driver can be used to write data to external tables.
B) Segments are allocated for external tables.
C) They do not support partitioning.
D) They may have Indexes.
E) DML operations may be performed on external tables.
Answer:C

【OCP-052】052最新考试题库分析整理-第7题的更多相关文章
- OCP认证052考试最新考试题库和答案整理-33
		
33.Where Is backup metadata stored for use by Recovery Manager (RMAN)? A) In the control file B) In ...
 - OCP考试题库更新,052最新考题及答案整理-第8题
		
8.Which two are true about the Fast Recovery Area (FRA)? A) It should be larger than the database. B ...
 - ocp最新考试题库:052新考题及答案整理-36
		
36.Which two are true about roles? A) A role can be granted a combination of system and object privi ...
 - ocp题库更新,052最新考试题及答案整理-31
		
31.Which two events always request the LGWR to write? A) when LGWR is notified by a server process t ...
 - oracle ocp题库变化,052最新考试题及答案整理-30
		
30.Which is true when a database instance is shut down? A. Only transactional and normal modes wait ...
 - OCP考试最新052题库分析整理-28
		
28.Which two are true about external tables? A. They support the ORACLE_DATAPUMP access driver. B. T ...
 - 【OCP|052】052考试题库又变了,最新052题库收集整理-第15题
		
15.Which two are true about space management in tablespaces? A) Locally managed tablespaces have eit ...
 - OCP 052题库全变,最新052考试题及答案整理-第11题
		
11.Which three are true about UNDO data? A) It is used to roll back failed transactions. B) It is us ...
 - OCP 052最新考试题库和答案收集-34
		
34.Which two can be backed up by using RMAN when a database Is open in ARCHIVELOG mode, so that medi ...
 
随机推荐
- autocomplete.js的使用(2):自动输入时,出现下拉选择框
			
<!--自动输入文本值所需的jquery文件--><script src="/js/jquery-1.8.3.min.js" type="text/Ja ...
 - 第七章 二叉搜索树 07B2-1 插入:算法
 - Centos7 下mariadb安装
			
1.创建 /etc/yum.repos.d/MariaDB.repo vim /etc/yum.repos.d/MariaDB.repo 添加如下内容: [mariadb]name=MariaDB ...
 - MySqlDBHelper
			
代码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using Syste ...
 - [OS] 远程启动计划任务时以管理员身份运行
			
在Jenkins建了一个task自动启动Selenium的Grid,命令行是这样写的: schtasks /end /tn RestartGrid /s SZTEST201606 /u szdomai ...
 - 使用tengine解决负载均衡的session问题
			
事情的经过时这样的~~,我看了好多好多百度中nginx负载均衡中解决session问题的方式,我选择了研究url_hash的方式.经过一番配置之后,我越发觉得这百度搜出来的帖子也太过久远了吧,去htt ...
 - Photoshop 原画绘制
			
... <伯里曼> 手绘.鼠绘和板绘.
 - 团体程序设计天梯赛L2-023 图着色问题                                                                                            2017-04-17 09:28             269人阅读              评论(0)              收藏
			
L2-023. 图着色问题 时间限制 300 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 图着色问题是一个著名的NP完全问题.给定无向图 G ...
 - Charles网络工具
			
Charles 是在 Mac 下常用的网络封包截取工具,在做移动开发时,我们为了调试与服务器端的网络通讯协议,常常需要截取网络封包来分析. Charles 通过将自己设置成系统的网络访问代理服务器,使 ...
 - Jetty 源码分析
			
一. 总括 你了解Jetty 吗,就像我们所熟知的Tomcat一样, Jetty是一个免费的开放源码的100%纯Java的Http服务器和Servlet容器. Jetty具备以下特点: ...