单项选择题

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()

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.


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

You executed the following commands in an RMAN session for your database instance that has failures: 
RMAN> LIST FAILURE; 
After some time, you executed the following command in the same session: RMAN> ADVISE FAILURE; 
But there are new failures recorded in the Automatic Diagnostic Repository (ADR) after the execution ofthe last LIST FAILURE command. 
Which statement is true for the above ADVISE FAILURE command in this scenario()

A.It produces a warning for new failures before advising for CRITICAL and HIGH failures.
B.It ignores new failures and considers the failures listed in the last LIST FAILURE command only.
C.It produces advice only for new failures and the failures listed in the last LIST FAILURE command are ignored
D.It produces an error with recommendation to run the LIST FAILURE command before the ADVISE FAILURE command.

2.单项选择题

View the Exhibit to examine the error that occurred during the database startup.

You opened an RMAN session for the database. To repair the failure, you executed the followingcommand as the first RMAN command: 
RMAN>REPAIR FAILURE; 
Which statement describes the consequence of this command()

A.The command performs the recovery and closes the failure.
B.The command only displays the advice and the RMAN script required for recovery.
C.The command executes the RMAN script to repair the failure and remove the entry from the Automatic Diagnostic Repository (ADR).
D.The command produces an error because the ADVISE FAILURE command was not executed beforethe REPAIR FAILURE command.

3.多项选择题Which two activities are NOT supported by the Data Recovery Advisor (DRA)()

A.Recover from failures in the RAC environment.
B.Diagnose and repair a data file corruption online.
C.Diagnose and repair a data file corruption offline.
D.Diagnose and repair failures on a standby database

4.多项选择题Which two kinds of failures make the Data Recovery Advisor (DRA) generate a manual checklist()

A.failure when no standby database is configured
B.failure because a data file is renamed accidentally
C.failure that requires no archive logs to be applied for recovery
D.failure due to loss of connectivity-for example, an unplugged disk cable

5.多项选择题

You are managing an Oracle Database 11g database running in ARCHIVELOG mode. The FlashRecovery Area is specified as the destination for the archived redo log files. You notice this warning in thealert log file: 
ORA-19815: WARNING: db_recovery_file_dest_size of 3221225472 bytes is 100.00% used, and has 0remaining bytes available. 
What would you do to reclaim the used space in the Flash Recovery Area()

A.Back up the Flash Recovery Area.
B.Decrease the retention time for the database backup and flashback log files.
C.Manually delete all the archived log files from the Flash Recovery Area by using operating system (OS)commands.
D.Manually delete all the expired backup sets from the Flash Recovery Area by using operating system(OS) commands.

6.单项选择题

View the Exhibit to examine the output for the CROSSCHECK BACKUP command. 

Which statement is true about the output of the command()

A.The backup piece is expired as the new backup is available.
B.The backup piece is expired because the operating-system file was not found.
C.The backup piece is expired because the retention period for the backup has expired.
D.The backup piece is expired because the backup set to which it belongs is not complete.

7.单项选择题

You want to configure and schedule offline database backups to run automatically. 
Which tool or utilitywould you use to achieve this()

A.the XML script
B.the PL/SQL script
C.the DBMS_SCHEDULER package
D.Enterprise Manager to schedule the backup

8.多项选择题Which two files in the database can be configured for automatic backups by using the autobackupfeature in Recovery Manager (RMAN)()

A.data files
B.control files
C.parameter file
D.online redo log files
E.server parameter file

9.单项选择题

You are using Enterprise Manager to schedule backups for your database. 
Which type of script wouldbe generated by the backup scheduler()

A.XML script
B.PL/SQL script
C.Operating system script
D.Recovery Manager (RMAN) script

10.多项选择题

You are managing an Oracle Database 11g database with the following backup strategy: 
1.On Sunday, an incremental level 0 tape backup is performed. 
2.Monday through Saturday, acumulativeincremental level 1 tape backup is performed. 
Which two statements are true regarding the backups performed()

A.The backup performed in step 1 backs up all blocks that have ever been in use in the database. 
B.The backup performed in step 2 copies all the blocks changed since the most recent level 0 backup.
C.The backup performed in step 1 backs up all the blocks changed since the most recent level 1 backup.
D.The backup performed in step 2 backs up all blocks that have changed since the most recent incremental backup at level 1.

最新试题

Which  statements are true about checkpointing()

题型:多项选择题

Your database is functional with a peak load for the last one hour. You want to preserve the performancestatistics collected during this period to be used for comparison when you analyze the performance of thedatabase in the future. What action would you take to achieve this task()

题型:单项选择题

Identify the situations in which you use the alert log file in your database to check the detail.()

题型:多项选择题

In which situation is the UNDO_RETENTION parameter be ignored, even if it is set to a value()

题型:单项选择题

Why does performance degrade when many UPDATE, INSERT, or DELETE statements are issued on a tablethat has an associated Bitmap index()

题型:单项选择题

Automatic Shared Memory Management is disabled for your database instance. You realize that there arecases of SQL statements performing poorly because of repeated parsing activity, resulting in degradation ofperformance. What would be your next step to improve performance()

题型:单项选择题

View the Exhibit and examine the privileges granted to the SL_REP user. The EMP table is owned by theSCOTT user. The SL_REP user executes the following command:SQL> GRANT SELECT ON scott.emp TO hr;Which statement describes the outcome of the command()

题型:单项选择题

Examine the command that is used to create a table:SQL> CREATE TABLE orders(oid NUMBER(6) PRIMARY KEY, odate DATE, ccode NUMBER (6), oamtNUMBER(10,2)) TABLESPACE users;Which two statements are true about the effect of the above command()

题型:多项选择题

You set the following parameters in the parameter file and restarted the database:MEMORY_MAX_TARGET=0MEMORY_TARGET=500MPGA_AGGREGATE_TARGET=90MSGA_TARGET=270MWhich two statements are true about these parameters after the database instance is restarted()

题型:多项选择题

Your database instance is running with full workload after database creation. You have decided to use a fixed-size undo tablespace. You want to use the Undo Advisor to estimate the capacity of the undo tablespace.Which two factors must you consider before using the Undo Advisor to estimate the capacity of the undotablespace()

题型:多项选择题