单项选择题Which statement is true about loading data using the conventional path of SQL*Loader()

A.Redo is not generated while performing conventional path loads.
B.Only PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked.
C.No exclusive locks are acquired when the conventional path loads are performed.
D.Instead of performing transactions, SQL*Loader directly writes data blocks to the data files.
E.INSERT triggers are disabled before the conventional path load and reenabled at the end of the load.


您可能感兴趣的试卷

你可能感兴趣的试题

1.多项选择题Which two operations can be performed on an external table()

A.Create a view on the table.
B.Create an index on the table.
C.Create a synonym on the table.
D.Add a virtual column to the table.
E.Update the table using the UPDATE statement.
F.Delete rows in the table using the DELETE command.

5.单项选择题

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.

6.单项选择题

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.

7.多项选择题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

8.多项选择题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

9.多项选择题

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.

10.单项选择题

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.

最新试题

View the Exhibit. You are creating an additional database by using the Database Configuration Assistant(DBCA). You opted to create a General Purpose database and during the database creation realize that theBlock Size field is not enabled. What could be the reason for this()

题型:单项选择题

Which  statements regarding the server parameter file (SPFILE) are true()

题型:多项选择题

The session of user SCOTT receives the following error after executing an UPDATE command on the EMPtable:ERROR at line 1:ORA-00060: deadlock detected while waiting for resource On investigation, you find that a session opened byuser JIM has a transaction that caused the deadlock. Which two statements are true regarding the session ofSCOTT in this scenario()

题型:多项选择题

You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows:Warning (%): 90Critical (%): 95Which background process is responsible for issuing alerts when the threshold is crossed()

题型:单项选择题

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

题型:单项选择题

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

题型:单项选择题

Which  kinds of failures make the Data Recovery Advisor (DRA) generate a manual checklist?()

题型:多项选择题

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 want to configure and schedule offline database backups to run automatically. Which tool or utility wouldyou use to achieve this()

题型:单项选择题

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

题型:多项选择题