INDEXES
SKIP_INDEXES_MAINTENANCE
SKIP_UNUSABLE_INDEXES
RESUMABLE
INDEXES_UNUSABLE
第1题:
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()
第2题:
In which two scenarios do you use SQL* Loader to load data?()
第3题:
You plan to move data from a flat file to a table in your database. You decide to use SQL*Loader direct pathload method to perform this task. The table in which you plan to load data is an important table having variousintegrity constraints defined on it. Which constraints will remain enabled by default during this operation()
第4题:
You plan to move data from a flat file to a table in your database. You decide to use SQL*Loader directpath load method to perform this task. The table in which you plan to load data is an important tablehaving various integrity constraints defined on it. Which constraints will remain enabled by default during this operation()
第5题:
Which statement is true about loading data using the conventional path of SQL*Loader()
第6题:
Examine the following statement that is used to modify the constraint on the SALES table: SQL> ALTER TABLE SALES MODIFY CONSTRAINT pk DISABLE VALIDATE; Which three statements are true regarding the above command()
第7题:
Which one of the following files contains records that do not meet the specified load criteria in the SQL*Loader control file?()
第8题:
Redo is not generated while performing conventional path loads.
Only PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked.
No exclusive locks are acquired when the conventional path loads are performed.
Instead of performing transactions, SQL*Loader directly writes data blocks to the data files.
INSERT triggers are disabled before the conventional path load and reenabled at the end of the load
第9题:
Use the external table population.
Use the Oracle Data Pump export and import utility.
Use the conventional path data load of the SQL*Loader utility.
Use the INSERT INTO...SELECT command to load the data
第10题:
It succeeds with default settings if the EMPLOYEES table belonging to HR is already defined in the database.
It fails because no SQL *Loader data file location is specified.
It fails if the HR user does not have the CREATE ANY DIRECTORY privilege.
It fails because no SQL *Loader control file location is specified.
第11题:
use the external table population
use the Oracle Data Pump export and import utility
use the conventional path data load of SQL*Loader utility
use the direct path data load of Oracle export and import utility
第12题:
direct-path load
conventional path load
第13题:
Examine the contents of SQL loader control file: Which three statements are true regarding the SQL* Loader operation performed using the control file?()
第14题:
You are using flat files as the data source for one of your data warehousing applications. To optimizethe application performance, you plan to move the data from the flat files toclustered tablesin an Oracle database. While migrating the data, you want to have minimal impact on the database performance and optimize thedata load operation. Which method would you use to load data into the Oracle database()
第15题:
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?()
第16题:
Which two statements are true regarding the usage of the SQL*Loader utility()
第17题:
Which of the following choices correctly describes the difference between a data load via the conventional path and the direct path?()
第18题:
Which parameter allows SQL*Loader to load data into a table with the indexes in the unusable state, prior to the load operation?()
第19题:
Redo is not generated while performing conventional path loads.
Only PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked.
No exclusive locks are acquired when the conventional path loads are performed.
Instead of performing transactions, SQL*Loader directly writes data blocks to the data files.
INSERT triggers are disabled before the conventional path load and reenabled at the end of the load.
第20题:
Use the external table population.
Use the Oracle Data Pump export and import utility.
Use the conventional path data load of the SQL*Loader utility.
Use the INSERT INTO...SELECT command to load the data.
第21题:
ROWS
SKIP
LOAD
BINDSIZE
第22题:
Create both jobs by using events raised by the scheduler
Create both jobs by using events raised by the application
Create a job to rebuild indexes by using events arised by the application and then create another job to perform bulk load by using events raised by the scheduler
Create a job to rebuild indexes by using events arised by the Scheduller and then create another job to perform bulk load by using events raised by the application
第23题:
One runs faster than the other
A conventional path data load bypasses most of the Oracle RDBMS, whereas a direct path load is a high-speed version of the SQL INSERT
A direct path data load bypasses most of the Oracle RDBMS, whereas a conventional path load is a high-speed version of the SQL INSERT
The conventional path runs when the CONVENTIONAL command-line parameter is set to TRUE