网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
ou have a large amount of historical data in a flat file. Some analysts in your organization need to query thisdata in the file. The file is too large to load the data in it into your current database.  Which is the most effectivemethod to access this data in your database()
A

Use the database link.

B

Use the SQL*Loader utility.

C

Use the Oracle Data Pump utility.

D

Create an external table and leave the data in the flat file


参考答案

参考解析
解析: 暂无解析
更多 “单选题ou have a large amount of historical data in a flat file. Some analysts in your organization need to query thisdata in the file. The file is too large to load the data in it into your current database.  Which is the most effectivemethod to access this data in your database()A Use the database link.B Use the SQL*Loader utility.C Use the Oracle Data Pump utility.D Create an external table and leave the data in the flat file” 相关考题
考题 Is a massive volume of structured and unsteuctured data so large it is difficult to process using traditional database or software technique( ).A.Data Processing systemB.Big DataC.Data warehouseD.DBMS

考题 Eggs, though rich in nourishments, have ________ of fat. A.the large numberB.the large amountC.a large numberD.a large amount

考题 The Robinsons have a large garden, ( ) they never have to buy vegetables. A、becauseB、butC、thatD、so

考题 Mobile computers-which(71)laptops, notebooks, subnotebooks and handhelds-(72)so ubiquitous in such a short time, no surprise to hear who say: "It will define the leading edge(73)the next five years or so." The most remarkable(74)mobile computers is the amount of data storage and memory packed(75)their tiny boxes. These devices not only handle windows easily but also run storage-hungry programs.A.includedB.includeC.have includedD.have becomeE.had become

考题 When the fuel oil is burning in the combustion chamber, it _____.A.gives up large amount of heatB.gives off large amount of heatC.gives up large amount of steamD.gives off large amount of steam

考题 ()is a collection of data sets,which is so large and complet that is because difficult to process using on hand database management tools or traditional data peocessing applicationsA.big dataB.clusterC.parallel computingD.data warehouse

考题 () .is a term for data sets that are so large or complex that traditional data processing applications are inadequate Challenges include analysis, capture, data ?curation, search, sharing, storage,transfer,visualization, querying, updating and information privacy.A.Data market'B.Data warehouseC.Big dataD.BI

考题 ( ) are datasets that grow so large that they become awkward to work with on-hand database management tools.A.Data structures B.Relations C.Big data D.Metadata

考题 ( )are used for backing up large amount of data.A. KeyboardB. Hard disksC. CPUD. Display

考题 ( )estimating is a technique for estimating the duration or cost of an activity ou project using historical data from a similar activity or project.A.ParametricB.AnalogousC.Three-pointD.Expert judgment

考题 ( ) is a collection of data sets, which is so large and complex that is becomes difficult to process using on-hand database management tools or traditional data processing applications.A.Big data B.Cluster C.Parallel computing D.Data warehouse

考题 ( ) is a collection of data sets,which is so large and complex that is becomes difficult to process using on-hand database management tools or traditional data processing applications. A.Big data B.Cluster C.Parallel computing D.DatA.warehouse

考题 ( )estimating is a technique for estimating the duration or cost of an activity ou project using historical data from a similar activity or project. A.Parametric B.Analogous C.Three-point D.Expert judgment

考题 The people in this city have planted()trees along both sides of the streets.Aa great deal ofBmuchCa large amount ofDa lot of

考题 Eggs, though rich in nourishments, have()of fat.Aa large numberBthe large numberCa large amountDthe large amount

考题 Eggs, though rich in nourishments, have()of fatAa large numberBthe large numberCa large amountDthe large amount

考题 ( )is a collection of data sets, which is so large and complex that it becomes difficult to process using on-hand database management tools or traditional data processing applications.A、Big dataB、ClusterC、Parallel computingD、Data warehouse

考题 Eggs, though rich in nourishments, have()of fat.A、a large numberB、the large numberC、a large amountD、the large amount

考题 You are using flat files as the data source for one of your data warehousing applications. To optimize the application performance, you plan to move the data from the flat files to clustered tables in an Oracle database.While migrating the data, you want to have minimal impact on the database performance and optimize the dataload operation.  Which method would you use to load data into the Oracle database()A、Use the external table population.B、Use the Oracle Data Pump export and import utility.C、Use the conventional path data load of the SQL*Loader utility.D、Use the INSERT INTO...SELECT command to load the data

考题 A customer has a large amount of data stored on three database servers and is concerned that at present there is no disaster recovery plan in place.  They have an existing tape backup solution that meets their backup window.  In order to analyze potential disaster recovery plans, which of the following questions is the most important?()A、What is the minimum critical backup window?B、Which server is handling the most critical data?C、How much data is stored on each server?D、What is the throughput of the hard drives?

考题 单选题When the fuel oil is burning in the combustion chamber, it ().A gives up large amount of heatB gives off large amount of heatC gives up large amount of steamD gives off large amount of steam

考题 单选题Eggs, though rich in nourishments, have()of fatA a large numberB the large numberC a large amountD the large amount

考题 单选题You have a large amount of historical data in a flat file. Some analysts in your organization need toquery this data in the file. The file is too large to load the data in it into your current database.  Which is the most effective method to access this data in your database()A Use the database link.B Use the SQL*Loader utility.C Use the Oracle Data Pump utility.D Create an external table and leave the data in the flat file

考题 单选题A consultant has been asked to do a performance analysis on a database server.  Which subsystem should the consultant first analyze and why?()A CPU,because the database replication process requires a considerable amount of CPU timeB Memory,because the buffer cache requires a large amount of memory to maintain the data in system memoryC Disk,because it is important to configure a sufficient number of disks to match the CPU processing powerD Network,because the data returned to the client from the server can be a large subset of the total database

考题 单选题You have a large amount of historical data in an operating system file. Some analysts in your organization need to query this data. The file is too large to load into your current database. Which is the most effective method to accomplish the task?()A Upgrade the hardware/memory to accommodate the data.B Load the data into your database by using the PARALLEL clause.C Give analysts DBA privilege, so that they can query DBA_EXTERNAL_TABLES.D Use an external table so you can have the metadata available in your database, but leave the data in the operating system files.

考题 单选题The people in this city have planted()trees along both sides of the streets.A a great deal ofB muchC a large amount ofD a lot of

考题 单选题You are using flat files as the data source for one of your data warehousing applications. You plan to move the data from the flat file structures to an Oracle database to optimize the application performance. In your database you have clustered tables.  While migrating the data, you want to have minimal impact on the database performance and optimize the data load operation. Which method would you use to load data into Oracle database?()A use the external table populationB use the Oracle Data Pump export and import utilityC use the conventional path data load of SQL*Loader utilityD use the direct path data load of Oracle export and import utility