Slide 1: Oracle 1z0-042 braindumps
1z0-042 braindumps Oracle 10g DBA
1z0-042: oracle database 10g:administration i Practice Exam: 1z0-042 Exams Exam Number/Code: 1z0-042 Exam Name: oracle database 10g:administration i Questions and Answers: 148 Q&As ( 10g DBA ) "oracle database 10g:administration i", also known as 1z0-042 exam, is a Oracle certification. With the complete collection of exam questions, test1pass has assembled to take you through 148 Q&As to your 1z0-042 exam preparation. In the 1z0-042 exam resources, you will cover every field and category in Oracle Certification helping to ready you for your successful Oracle Certification. The exam questions cover the latest real test and with all the correct answer. we promise the Q&A for Oracle 10g DBA 1z0-042 (oracle database 10g:administration i) examination of original title complete coverage. 1z0-042 exam questions help you pass the exam. test1pass 1z0-042 Feature: * High quality - High quality and valued for the 1z0-042 Exam: 100% Guarantee to Pass Your 1z0-042 exam and get your 10g DBA certification. * Authoritative - Authoritative braindumps with complete details about 1z0-042 exam. * Cheaper - Our test1pass products are cheaper than any other website. With our completed 10g DBA resources, you will minimize your Oracle 10g DBA cost and be ready to pass your 1z0-042 exam on Your First Try, 100% Money Back Guarantee included! * Free - Try free 10g DBA demo before you decide to buy it in http://www.test1pass.com. test1pass Guarantee: test1pass provides the most competitive quality of all exams for the customers, we guarantee your success at the first attempt with only our Certification Question&Answers, if you do not pass the 1z0-042 exam at the first time, we will not only arrange FULL REFUND for you, but also provide you another exam of your claim, ABSOLUTELY FREE! Free 1z0-042 Demo Download test1pass offers free demo for 10g DBA 1z0-042 exam (oracle database 10g:administration i). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products. The Questions & Answers cover the latest real test and with all the correct answer.we promise the Q&A for Oracle 10g DBA 1z0-042 examination of original title complete coverage.1z0-042 Questions & Answers help you pass the exam. Otherwise,we will give you a full refund. VUE/Prometric Code: 1z0-042 Exam Name: oracle database 10g:administration i( 10g DBA ) Questions and Answers: 148 Q&A E x a m : 1z0-042
Slide 2: Oracle 1z0-042 Test belongs to one of the 10g DBA certified test, if needs to obtain the 10g DBA certificate, you also need to participate in other related test, the details you may visit the 10g DBA certified topic, in there, you will see all related 10g DBA certified subject of examination. test1pass professional provide 10g DBA 1z0-042 the newest Q&A, completely covers 1z0-042 test original topic. With our complete 10g DBA resources, you will minimize your 10g DBA cost and be ready to pass your 1z0-042 tests on Your First Try, 100% Money Back Guarantee included!
test1pass Help You Pass Any IT Exam
test1pass.com offers incredib le career enhancing opportunities. We are a team of IT professionals that focus on providing our customers with the most up to date material for any IT certification exam. This material is so effective that we Guarantee you will pass the exam or your money b ack.
Exam : Oracle 1Z0-042 Title : Oracle Database 10g: Administration I
1. Which three statements are true regarding the logical structure of the Oracle database? (Choose three.) A. Each segment contains one or more extents. B. Multiple tablespaces can share single data file. C. A data block is the smallest unit of I/O for data files. D. It is possible to have tablespaces of different block sizes in a database. E. Each data block in the database always corresponds to one OS block. Answer: ACD 2. Which naming method uses the tnsnames.ora file to store the connect descriptor used by the client while connecting to the database instance from a remote machine? A. host naming method B. local naming method C. external naming method D. directory naming method Answer: B 3. 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 4. Your database is open and users are connected using the LISTENER listener. The new DBA of the system stops the listener by using the following command: LSNRCTL> STOP What would happen to the sessions that are presently connected to the database instance? A. The sessions are able to perform only queries.
Slide 3: A. The sessions are able to perform only queries. B. The sessions are not affected and continue to function normally. C. The active transactions are rolled back and the sessions get terminated. D. The sessions are not allowed to perform any operations till the listener is started. Answer: B 5. Which three statements are true regarding the fine-grained auditing (FGA)? (Choose three.) A. FGA is possible on SELECT statements only. B. The audit trail for FGA is stored in the FGA_LOG$ table. C. The audit trail for FGA is stored in the AUD_LOG$ table. D. FGA enables a SQL predicate to define when to audit an event. E. FGA audits DELETE statements only when audit columns are specified. F. FGA includes the SQL statement used by the user as part of the audit event entry. Answer: BDF 6. 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 7. Which two statements are true about the primary key constraint in a table? (Choose two.) A. It is not possible to disable the primary key constraint. B. It is possible to have more than one primary key constraint in a single table. C. The primary key constraint can be referred by only one foreign key constraint. D. The primary key constraint can be imposed by combining more than one column. E. The non-deferrable primary key constraint creates an unique index on the primary key column if it is not already indexed. Answer: DE 8. Which three pieces of information are to be mandatorily provided while creating a new listener using Enterprise Manager Database Control? (Choose three.) A. the port used by the listener B. the protocol used by the listener C. the server name where the listener runs D. the log file and trace file destination for the listener E. the database services to be registered with the listener Answer: ABC 9. You plan to use static database registration for a new listener when you create it. What could be the two reasons for this? (Choose two.) A. More than one database is to be registered with the listener. B. The users will connect the database by using the host naming method. C. The Oracle Enterprise Manager is to be used to monitor an Oracle9i database. D. The database that is to be registered with the listener is configured in shared server mode. E. The listener is not configured on the default port of 1521 and the instance is not configured to register with a nondefault port. Answer: CE 10. 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
Slide 4: 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 11. You execute the following command to audit the database activities: SQL> AUDIT DROP ANY TABLE BY scott BY SESSION WHENEVER SUCCESSFUL; What is the effect of this command? A. One audit record is created for the whole session if user SCOTT successfully drops one or more tables in his session. B. One audit record is created for every session when any user successfully drops a table owned by SCOTT. C. One audit record is created for each successful DROP TABLE command executed by any user to drop tables owned by SCOTT. D. One audit record is generated for the session when SCOTT grants the DROP ANY TABLE privilege to other users in his session. E. One audit record is created for each successful DROP TABLE command executed in the session of SCOTT. Answer: A 12. The SAVE_AMT column in the ACCOUNTS table contains the balance details of customers in a bank. As part of the year-end tax and interest calculation process, all the rows in the table need to be accessed. The bank authorities want to track access to the rows containing balance amounts exceeding $200,000, and then send an alert message to the administrator. Which method would you suggest to the bank for achieving this task? A. implementing value-based auditing by using triggers B. implementing fine-grained auditing with audit condition and event handler C. performing standard database auditing to audit object privileges by setting the AUDIT_TRAIL parameter to EXTENDED D. performing standard database auditing to audit SQL statements with granularity level set to ACCESS Answer: B 13. Which is the memory area that is created when a dedicated server process is started, and contains data and control information for that server process? A. SGA B. PGA C. Shared Pool D. Streams Pool Answer: B 14. You want the user APP_DBA to administer the Oracle database from a remote machine. APP_DBA is granted the SYSDBA privilege to perform administrative tasks on the database. Which file is used by the Oracle database server to authenticate APP_DBA? A. control file B. password file C. listener controller file D. control file and password file Answer: B 15. Which two statements regarding the LOGGING clause of the CREATE TABLESPACE. .. statement are correct? (Choose two.)
Slide 5: 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 16. 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 17. Your tnsnames.ora file has the following entry for the service alias ORCL: ORCL = ( DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.156.24.216)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl.oracle.com) ) ) The TNSPING command executes successfully when tested with ORCL but you are not able to connect to the database instance with the following command: SQL> CONNECT scott/tiger@orcl What could be the reason for this? A. The listener is not running at the server. B. The TNS_ADMIN environmental variable is set to a wrong value. C. The orcl.oracle.com database service is not registered with the listener. D. The DEFAULT_DOMAIN parameter is set to a wrong value in the SQLNET.ORA file. Answer: C 18. 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 19. You find that the database performance degrades while you backup the PROD database using Recovery Manager (RMAN). The PROD database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason. Which action would you consider to overcome the performance degradation? A. Configure Java Pool to cache the java objects. B. Configure Streams Pool to enable parallel processing. C. Increase Shared Pool size to cache more PL/SQL objects.
Slide 6: D. Increase Database Buffer Cache size to increase cache hits. E. Configure Large Pool to be used by RMAN and shared server. F. Increase the total System Global Area (SGA) size to increase memory hits. Answer: E 20. You have been recently hired as a database administrator. Your senior manager asks you to study the production database server and submit a report on the settings done by the previous DBA. While observing the server settings, you find that the following parameter has been set in the parameter file of the database: REMOTE_OS_AUTHENT = TRUE What could have been the reason to set this parameter as TRUE? A. to enable operating system authentication for a remote client B. to restrict the scope of administration to identical operating systems C. to allow the start up and shut down of the database from a remote client D. to enable the administration of the operating system from a remote client E. to disable the administration of the operating system from a remote client Answer: A 1z0-042 Braindumps
Related 1z0-042 Exams
1z0-042 1Z0-043 1z0-048 1Z0-108 1z0-095 1z1-046 1z0-040 1z0-046 1z0-312 oracle datab ase 10g:administration i Oracle Datab ase 10g: Administration II Oracle Datab ase 10g R2: Administering RAC Oracle Web Logic Server 10g System Administration Oracle 9i and 10g OCM Course Attendance Exam Orcale datab ase 10g:Managing Orcale on Linux for DBAs oracle datab ase 10g:new features for adminsitrators Oracle Datab ase 10g: Managing Oracle on Linux for DBAs Oracle Application Server 10g: Administrator II
Other Oracle Exams
1z0-054 1z0-233 1Z1-238 1z0-236 1Z0-208 1Z0-207 1z1-052 1z0-209 1z0-040 1Z0-053 1Z1-054 1Z0-273 1z0-036 1z0-265 1z0-312 1z0-120 1z0-204 1z0-264 1z0-610 1Z0-215