1z0-042 Exam : oracle database 10g:administration i
Exam Number/Code : 1z0-042
Exam Name : oracle database 10g:administration i
Questions and Answers : 148 Q&As
Price : $ 58.00
Update Time : 2010-05-15
- Free Demo: 1z0-042 practice exam
World NO.1 Microsoft Certification Exams Provider
Home > Oracle > 10g DBA > 1z0-042
Exam Number/Code : 1z0-042
Exam Name : oracle database 10g:administration i
Questions and Answers : 148 Q&As
Price : $ 58.00
Update Time : 2010-05-15
microsoft braindumps has assembled to take you through 120 Q&As to your 1z0-042 Exam preparation. In the 1z0-042 exam resources, you will cover every field and category in 1z0-042 helping to ready you for your successful Juniper Certification.
microsoft braindumps Practice Exams for Oracle 1z0-042 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.
If you prepare for the exam using our microsoft braindumps testing engine, we guarantee your success in the first attempt. If you do not pass the 10g DBA 1z0-042 exam (oracle database 10g:administration i) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.
Our Exam 1z0-042 Preparation Material provides you everything you will need to take your 1z0-042 Exam. The 1z0-042 Exam details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first try, but also save your valuable time.
We are all well aware that a major problem in the IT industry is that there is a lack of quality study materials. Our Exam Preparation Material provides you everything you will need to take a certification examination. Like actual certification exams, our Practice Tests are in multiple-choice (MCQs)
Our Oracle 10g DBA 1z0-042 Exam will provide you with exam questions with verified answers that reflect the actual exam. These questions and answers provide you with the experience of taking the actual test. High quality and Value for the 1z0-042 Exam:100% Guarantee to Pass Your 10g DBA exam and get your 10g DBA Certification.
Exam : Oracle 1Z0-042
Title : Oracle Database 10g: Administration I
1. Which two statements regarding the LOGGING clause of the CREATE TABLESPACE. .. statement are correct? (Choose two.)
A. This clause is not valid for a temporary or undo tablespace.
B. If the tablespace is in the NOLOGGING mode, no operation on the tablespace will generate redo.
C. The tablespace will be in the NOLOGGING mode by default, if not specified while creating a tablespace.
D. The tablespace-level logging attribute can be overridden by logging specifications at the table, index, materialized view, materialized view log, and partition levels.
Answer: AD
2. You are in the middle of a transaction and very crucial data has been modified. Because of a hardware failure, the instance has shut down before synchronizing all the database files.
Which two statements are true? (Choose two.)
A. On startup, SMON coordinates instance recovery.
B. On startup, CKPT coordinates instance recovery.
C. On startup, use RMAN to perform instance recovery.
D. Uncommitted changes will be rolled back after the database is opened.
E. On startup, perform media recovery and then instance recovery.
F. On startup, all the files will be synchronized and you get both committed and uncommitted data.
Answer: AD
3. You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database.
Which type of script does the backup scheduler generate?
A. SQL script
B. PL/SQL script
C. Operating System (OS) script
D. Enterprise Manager (EM) script
E. Recovery Manager (RMAN) script
Answer: E
4. Which step do you need to perform to enable a user with the SYSDBA privilege to log in as SYSDBA in iSQL*Plus?
A. The user must be granted the database administrator (DBA) privilege.
B. The user must be listed in the password file for the authentication.
C. No special setup is needed for the user to connect as SYSDBA in iSQL*Plus.
D. Set up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager, and grant the webDba role to the user.
Answer: D
5. In your Oracle 10g database , you have scheduled a job to update the optimizer statistics at 05:00 pm every Friday. The job has successfully completed. Which three pieces of information would you check to confirm that the statistics have been collected? (Choose three.)
A. average row size
B. last analyzed date
C. size of table in bytes
D. size of table in database blocks
E. number of free blocks in the free list
F. number of extents present in the table
Answer: ABD
6. You executed the following command to export the EMPLOYEES table from a remote machine:
$ EXPDP hr/hr@data.us.oracle.com
DUMPFILE=my_dir:exp_hr.log
LOGFILE=data_pump_dir:log_hr.log
TABLES=employees
What would be the outcome of this command?
A. The command would execute successfully and the export dump file would be created in the destination of the directory object MY_DIR.
B. The command would execute successfully. But log file would not be created as DATA_PUMP_DIR directory is only accessible to user with SYSDBA privilege.
C. The command fails with an error because DATA_PUMP_DIR directory have higher precedence over the per-file directory.
D. The command fails with an error because no absolute path is specified for log file and dumpfile.
Answer: A