Valid 1Z0-060 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-060 Exam! ExamDiscuss.com now offer the newest 1Z0-060 exam dumps, the ExamDiscuss.com 1Z0-060 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-060 dumps with Test Engine here:
Examine the contents of SQL loader control file: Which three statements are true regarding the SQL* Loader operation performed using the control file?
Correct Answer: A,B,E
Explanation/Reference: Explanation: A: The APPEND keyword tells SQL*Loader to preserve any preexisting data in the table. Other options allow you to delete preexisting data, or to fail with an error if the table is not empty to begin with. B (not D): Note: * SQL*Loader-00210: first data file is empty, cannot process the FIELD NAMES record Cause: The data file listed in the next message was empty. Therefore, the FIELD NAMES FIRST FILE directive could not be processed. Action: Check the listed data file and fix it. Then retry the operation E: * A comma-separated values (CSV) (also sometimes called character-separated values, because the separator character does not have to be a comma) file stores tabular data (numbers and text) in plain-text form. Plain text means that the file is a sequence of characters, with no data that has to be interpreted instead, as binary numbers. A CSV file consists of any number of records, separated by line breaks of some kind; each record consists of fields, separated by some other character or string, most commonly a literal comma or tab. Usually, all records have an identical sequence of fields. * Fields with embedded commas must be quoted. Example: 1997,Ford,E350,"Super, luxurious truck" Note: * SQL*Loader is a bulk loader utility used for moving data from external files into the Oracle database.