网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
ForwhichtwotaskswoulditbebestNOTtousetheutilitySQL*Loader?()
A.Whenloadingselectedrowsintoeachtable.
B.Whenloadingdatafromanexportdumpfile.
C.Whenloadingdatafromdisk,tape,ornamedpipes.
D.WhenyourdataisNOTbeinginsertedfromaflatfile.
E.Whenusingarecordmanagementsystemtoaccessdatafiles.
参考答案
更多 “ ForwhichtwotaskswoulditbebestNOTtousetheutilitySQL*Loader?() A.Whenloadingselectedrowsintoeachtable.B.Whenloadingdatafromanexportdumpfile.C.Whenloadingdatafromdisk,tape,ornamedpipes.D.WhenyourdataisNOTbeinginsertedfromaflatfile.E.Whenusingarecordmanagementsystemtoaccessdatafiles. ” 相关考题
考题
View the Exhibit and examine the Data Pump architecture. Identify the numbered components.()
A. 1 - Oracle Loader, 2 - Oracle Data Pump, 3 - Direct Path APIB. 1 - Oracle Data Pump, 2 - Direct Path API, 3 - Oracle LoaderC. 1 - Direct Path API, 2 - Oracle Loader, 3 - Oracle Data PumpD. 1 - Oracle Loader, 2 - Direct Path API, 3 - Oracle Data Pump
考题
Examine the contents of SQL loader control file:Which three statements are true regarding the SQL* Loader operation performed using the control file?()
A. An EMP table is created if a table does not exist. Otherwise, if the EMP table is appended with the loaded data.B. The SQL* Loader data file myfile1.dat has the column names for the EMP table.C. The SQL* Loader operation fails because no record terminators are specified.D. Field names should be the first line in the both the SQL* Loader data files.E. The SQL* Loader operation assumes that the file must be a stream record format file with the normal carriage return string as the record terminator.
考题
On your Oracle 12c database, you invoked SQL *Loader to load data into the EMPLOYEES table in the HR schema by issuing the following command:$ sqlldr hr/hr@pdb table=employeesWhich two statements are true regarding the command?()A. It succeeds with default settings if the EMPLOYEES table belonging to HR is already defined in the database.B. It fails because no SQL *Loader data file location is specified.C. It fails if the HR user does not have the CREATE ANY DIRECTORY privilege.D. It fails because no SQL *Loader control file location is specified.
考题
下面不属于Boot Loader 阶段1所完成的步骤的是:( )A . 硬件设备初始化。B . 拷贝Boot Loader的阶段2到RAM空间中。C .将kernel映像和根文件系统映像从Flash读到RAM空间中。D . 设置堆栈。
考题
下面关于SQL*LOADER中输入文件,()说法是错误的。A、对于SQL*Loader,除控制文件外就是输入数据B、SQL*Loader只能从指定的文件中读出数据C、如果数据是在控制文件中指定,就要在控制文件中写成INFILE*格式D、当数据固定的格式(长度一样)时且是在文件中得到时,要用INFILE”fixn”
考题
SQL*Loader reads a set of records from a file, generates INSERT commands, and passes them to the Oracle kernel. Oracle then finds places for those records in free blocks in the table and updates any associated indexes. Which SQL*Loader mode is used in this scenario?()A、direct-path loadB、conventional path load
考题
以下()不是Boot Loader的阶段1所完成的步骤。A、硬件设备初始化B、拷贝Boot Loader第二阶段的代码到RAM空间中C、将kernel映像和根文件系统映像从Flash读到RAM空间中D、设置堆栈
考题
A product manager has prepared catalog data using a spreadsheet and has exported the data to a file in CSV format. What is the correct sequence to execute the Loader Package tools to import the data into the WebSphere Commerce database?()A、Extractor, ID Resolver, XML Transformer, Mass LoaderB、ID Resolver, Text Transformer, Mass LoaderC、Text Transformer, XML Transformer, ID Resolver, Mass LoaderD、XML Transformer, ID Resolver, Mass LoaderE、XML Transformer, Mass Loader, ID Resolver
考题
下面有关java类加载器,说法正确的是()。A、引导类加载器(bootstrap class loader):它用来加载 Java 的核心库,是用原生代码来实现的B、扩展类加载器(extensions class loader):它用来加载 Java 的扩展库。C、系统类加载器(system class loader):它根据 Java 应用的类路径(CLASSPATH)来加载 Java 类D、tomcat 为每个 App 创建一个 Loader,里面保存着此 WebApp 的 ClassLoader。需要加载 WebApp 下的类时,就取出 ClassLoader 来使用
考题
Examine the contents of SQL loader control file: Which three statements are true regarding the SQL* Loader operation performed using the control file?()A、An EMP table is created if a table does not exist. Otherwise, if the EMP table is appended with the loaded data.B、The SQL* Loader data file myfile1.dat has the column names for the EMP table.C、The SQL* Loader operation fails because no record terminators are specified.D、Field names should be the first line in the both the SQL* Loader data files.E、The SQL* Loader operation assumes that the file must be a stream record format file with the normal carriage return string as the record terminator.
考题
Which two SQL*Loader instructions are used to assemble logical records?()A、WHENB、INFILEC、CONTINUEIFD、CONCATENATEE、TRAILING NULLCOLS
考题
单选题A product manager has prepared catalog data using a spreadsheet and has exported the data to a file in CSV format. What is the correct sequence to execute the Loader Package tools to import the data into the WebSphere Commerce database?()A
Extractor, ID Resolver, XML Transformer, Mass LoaderB
ID Resolver, Text Transformer, Mass LoaderC
Text Transformer, XML Transformer, ID Resolver, Mass LoaderD
XML Transformer, ID Resolver, Mass LoaderE
XML Transformer, Mass Loader, ID Resolver
考题
单选题FusionInsight HD中的Loader实例必须与哪个实例部署在一起?()A
DataNodeB
RegionServerC
ResourceManagerD
NodeManager
考题
多选题On your Oracle 12c database, you invoked SQL *Loader to load data into the EMPLOYEES table in the HR schema by issuing the following command: $ sqlldr hr/hr@pdb table=employees Which two statements are true regarding the command?()AIt succeeds with default settings if the EMPLOYEES table belonging to HR is already defined in the database.BIt fails because no SQL *Loader data file location is specified.CIt fails if the HR user does not have the CREATE ANY DIRECTORY privilege.DIt fails because no SQL *Loader control file location is specified.
考题
单选题以下()不是Boot Loader的阶段1所完成的步骤。A
硬件设备初始化B
拷贝Boot Loader第二阶段的代码到RAM空间中C
将kernel映像和根文件系统映像从Flash读到RAM空间中D
设置堆栈
考题
单选题Which of the following SQL*Loader parameters enables you to load a specified number of records stored in the data file?()A
ROWSB
SKIPC
LOADD
BINDSIZE
考题
单选题SQL*Loader reads a set of records from a file, generates INSERT commands, and passes them to the Oracle kernel. Oracle then finds places for those records in free blocks in the table and updates any associated indexes. Which SQL*Loader mode is used in this scenario?()A
direct-path loadB
conventional path load
热门标签
最新试卷