Loading ...
Global Do...
News & Politics
2
0
Try Now
Log In
Pricing
1z0-040 10g DBA Braindump ExamSoon 1z0-040 Exams Oracle oracle database 10g:new features for adminsitrators O rder : 1z0-040 Exam Practice Exam: 1z0-040 Exam Number/Code: 1z0-040 Exam Name: oracle database 10g:new features for adminsitrators Questions and Answers: 140 Q&As Free 1z0-040 Braindumps Exam : Oracle 1Z0-040 Title : Oracle(r) Database 10g:New Features For Adminsitrators 1. An online tablespace, TEST_TBS, is full and you realize that no server-managed tablespace threshold alerts were generated for the TEST_TBS tablespace. What could be the reason, if the TEST_TBS tablespace does not include autoextensible data files? A.TEST_TBS is a small file tablespace. B.TEST_TBS is a bigfile tablespace (BFT). C.TEST_TBS is the default temporary tablespace. D.TEST_TBS is a dictionary-managed tablespace. E.Threshold values for the TEST_TBS tablespace are not explicitly specified. Answer: D 2. You explicitly specified the tablespace usage threshold values while creating a tablespace. You need to revert to the database-wide default tablespace usage threshold values for the tablespace. Which PL/SQL package would you use? A.DBMS_STATS B.DBMS_ALERT C.DBMS_SPACE D.DBMS_MONITOR E.DBMS_SERVER_ALERT F.DBMS_SPACE_ADMIN Answer: E 3. View the exhibit and examine the sparsely populated EMP table segment. You execute the following SQL command. ALTER TABLE emp SHRINK SPACE; Identify how the data in the segment will be reorganized as a result of the above statement. A. Exhibit 1. B. Exhibit 2. C. Exhibit 3 D. Exhibit 4 E. Exhibit 5 Answer: A 4. You need to ensure that the database users should be able to use the various flashback query features in order to go back in time by four hours. What would you do to achieve this? (Choose two.) A.set SQL_TRACE=True B.set UNDO_RETENTION=14400 C.set FAST_START_MTTR_TARGET=240 D.set LOG_CHECKPOINT_INTERVAL=240 E.set DB_FLASHBACK_RETENTION_TARGET=14400 F.issue ALTER DATABASE FLASHBACK ON; command G.set the RETENTION GUARANTEE clause for the undo tablespace Answer: BG 5. Which two statements regarding the Policy Framework in Enterprise Manager (EM) are correct? (Choose two.) A.Policy violations are prioritized as High, Medium, or Informational by category. B.Policies can be disabled completely, or flagged as ignored, for the specified target. C.Policies can be flagged as ignored, but never completely disabled, for the specified target. D.Policy violations must be corrected, otherwise the database will shut down until corrective action occurs. Answer: AB 6. View the Exhibit and examine the SQL statement used to create the EMP table. You need to shrink the EMP table segment. Which SQL statement would you execute as a prerequisite before you execute the ALTER TABLE emp SHRINK SPACE; command? A.ALTER TABLESPACE emp OFFLINE; B.ALTER TABLESPACE emp READ ONLY; C.ALTER TABLE emp DEALLOCATE UNUSED; D.ALTER TABLE emp ENABLE ROW MOVEMENT; E.ALTER TABLE emp DISABLE ALL TRIGGERS; F.ALTER TABLE emp ENABLE NOVALIDATE CONSTRAINT emp_last_name_nn; Answer: D 7. You have 100 segments in the USERS tablespace. You realize that the USERS tablespace is running low on space. You can use Segment Advisor to _____. A.add data files to the tablespace B.identify the segments that you should shrink C.modify the storage parameters for the tablespace D.automatically shrink the segments with unused space E.check the alerts generated for the tablespace that is running low on space Answer: B 8. You plan to create an external table from the EMPLOYEES, DEPARTMENTS, and LOCATIONS database tables. Which method or command should you use to create and populate the external table? A.the expdp and impdp commands B.conventional export and import C.CREATE TABLE.. and SQL*Loader D.CREATE TABLE.. and INSERT INTO.. SELECT.. FROM.. E.CREATE TABLE.. ORGANIZATION EXTERNAL ..AS SELECT.. FROM.. Answer: E 9. You have 100 segments in the USERS tablespace. You get an alert that the USERS tablespace is running low on space. You decide to shrink some segments. Which option would you use to determine which segments to shrink? A.Segment Advisor B.SQL Tuning Advisor C.SQL Access Advisor D.Segment Resource Estimation E.Automatic Database Diagnostic Monitor (ADDM) Answer: A 10. Which are the three levels at which the Segment Advisor generates advice? (Choose three.) A.block level B.object level C.schema level D.segment level E.tablespace level Answer: BDE 11. You created a locally managed tablespace by using the following SQL statement: CREATE TABLESPACE hr_tbs DATAFILE 'data.dat' SIZE 1M REUSE AUTOEXTEND ON MAXSIZE 100M; The warning and critical tablespace usage threshold values are set to 85% and 97%, respectively. Which two statements regarding the threshold-based alerts generation for the HR_TBS tablespace are correct? (Choose two.) A.A critical alert will be generated when 97 MB space is used. B.A critical alert will be generated when 970 KB space is used. C.A warning alert will be generated when 85 MB space is used. D.A warning alert will be generated when 850 KB space is used. E.A critical alert will be generated when 970 KB is left as free space. F.A warning alert will be generated when 850 KB is left as free space. G.No critical alert will be generated because it is a small file tablespace. H.No warning alert will be generated because the tablespace is autoextensible. Answer: AC 12. The system was running a normal workload during the last 24 hours. You need to ensure that with the same workload you should be able to flashback tables by three hours. What would you do to find the system recommendations for the undo retention period and the undo tablespace size? A.set DB_FLASHBACK_RETENTION_TARGET=10800 B.create a new scheduler window for the time period of 24 hours and use the optimizer statistics C.modify the Automatic Workload Repository (AWR) snapshot time interval to three hours and use ADDM findings D.specify New Undo Retention as three hours and Analysis Time period as Last One Day in the Undo Advisor page and use its recommendations Answer: D 13. You are checking every 10 minutes for alerts regarding the violation of tablespace usage threshold. Some of the tablespaces' fullness was not detected on time. As a result the transactions were aborted before you had a chance to resolve the space issue. What would you do to avoid transaction failures? A.use bigfile tablespaces (BFTs) B.enable resumable space allocation C.modify the background process PMON settings D.modify the LOG_CHECKPOINT_TIMEOUT parameter E.reduce the default tablespace usage threshold values for the database Answer: B 14. You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M TABLESPACE GROUP ''; Which statement regarding the above command is correct? A.It will create the tablespace TEMP1 in group G1. B.It will create the tablespace TEMP1 in group G3. C.It will not add the tablespace TEMP1 to any group. D.It will create the tablespace TEMP1 in the default group. E.It will throw an error with message 'specified group is not available'. F.It will create a new group with a system-generated name and add the tablespace TEMP1 to it. Answer: C 15. You have three production databases, HRDB, FINDB, and ORGDB, that use the same ASM instance. At the end of the day, you execute the following command on the ASM instance to shut down: SQL> shutdown immediate; What is the result of executing this command? A.All the instances, including the ASM instance, are shut down in the ABORT mode. B.The ASM instance is shut down, but the other instances are still running. C.The ASM instance is still functional, but the other instances are shut down. D.All the instances, including the ASM instance, are shut down in the IMMEDIATE mode. E.HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode. F.HRDB, FINDB, and ORGDB instances are shut down in the NORMAL mode and the ASM instance is shut down in the IMMEDIATE mode. Answer: D 16. Which two statements regarding the FLASHBACK_TRANSACTION_QUERY view are correct? (Choose two.) A.You can find information about only active transactions from the view. B.You can find information about read only transactions from the view. C.You require the SELECT ANY TRANSACTION system privilege to access the view. D.You can find information about both active and committed transactions from the view. E.You require the SELECT ON FLASHBACK_TRANSACTION_QUERY object privilege to access the view. Answer: CD 17. View the Exhibit and examine the recommendation graph provided for a test database by the Undo Advisor. The graph recommends that the size of undo tablespace should be set to _____. A.1 MB B.6 MB C.10 MB D.15 MB E.11 MB Answer: E 18. View the Exhibit and examine the highlighted alert. You have received an alert with the Category specified as Snapshot Too Old. Which page would you open from the Advisor Central page to determine the system recommendations to avoid such alerts in future? A.ADDM B.Memory Advisor C.Segment Advisor D.Undo Management E.SQL Tuning Advisor F.SQL Access Advisor Answer: D 19. You executed the following SQL statement to shrink the EMPLOYEES table segment stored in the EXAMPLE tablespace: ALTER TABLE employees SHRINK SPACE CASCADE; Which statement is correct in this scenario? A.The data in the segment will be compacted but the high water mark will not be adjusted. B.The EMPLOYEES table will be changed to read-only mode during the shrink operation. C.The indexes created on the EMPLOYEES table will need to be rebuilt after the shrink operation is over. D.The shrink behavior will be cascaded to all dependent segments of the table that support a shrink operation. E.Data manipulation language (DML) operations will not be possible on the EMPLOYEES table during the COMPACTION phase of the shrink operation. Answer: D 20. You want to perform the database backup when user activity on your system is low, such as between 12:00 a.m. and 2:00 a.m. Which command terminates with an error if the backup is not complete at the end of the specified duration? A.RMAN> BACKUP DURATION 2:00 MINIMIZE LOAD DATABASE; B.RMAN> BACKUP DURATION 2:00 PARTIAL FILESPERSET 1 DATABASE; C.RMAN> BACKUP DURATION 2:00 PARTIAL MINIMIZE TIME DATABASE; D.RMAN> BACKUP AS COPY DURATION 2:00 PARTIAL MINIMIZE LOAD DATABASE; Answer: A More 1z0-040 Braindumps Information Exam Description 1. ExamSoon offer free update service for three month. After you purchase our product, we will offer free update in time for three month. 2. High quality and Value for the 1z0-040 Exam. ExamSoon Practice Exams for 1z0-040 are written to the highest standards of technical accuracy, provided by our certified subject matter experts and published authors for development. 3. 100% Guarantee to Pass Your 10g DBA exam and get your 10g DBA Certification. We guarantee your success in the first attempt. If you do not pass the 10g DBA "1z0-040" (oracle database 10g:new features for adminsitrators on your first attempt, send us the official result. We will give you a FULLY REFUND of your purchasing fee and send you another same value product for free. 4. ExamSoon 10g DBA 1z0-040 Exam Downloadable. Our PDF or Testing Engine Preparation Material of 10g DBA 1z0-040 exam provides everything which you need to pass your exam. The 10g DBA Certification details are researched and produced by our Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get "1z0-040 exam" questions from different websites or books, but logic is the key. Our Product will help you not only pass in the first oracle database 10g:new features for adminsitrators( 10g DBA ) exam try, but also save your valuable time. Comprehensive questions with complete details about 1z0-040 exam. 1z0-040 exam questions accompanied by exhibits. Verified Answers Researched by Industry Experts and almost 100% correct. Drag and Drop questions as experienced in the Real 10g DBA exam. 1z0-040 exam questions updated on regular basis. Like actual 10g DBA Certification exams, 1z0-040 exam preparation is in multiple-choice questions (MCQs). Tested by many real 10g DBA exams before publishing. Try free 10g DBA exam demo before you decide to buy it in http://www.ExamSoon.com High quality and Valued for the 1z0-040 Exam: 100% Guarantee to Pass Your 1z0-040 exam and get your 10g DBA Certification. Come to http://www.ExamSoon.com The easiest and quickest way to get your 10g DBA Certification. ExamSoon professional provides 10g DBA 1z0-040 the newest Q&A, completely covers 1z0-040 test original topic. With our completed 10g DBA resources, you will minimize your 10g DBA cost and be ready to pass your 1z0-040 test on Your First Try, 100% Money Back Guarantee included! 1z0-040 Exam Study Guide 1z0-040 exam is regarded as one of the most favourite 10g DBA Certifications. Many IT professionals prefer to add 1z0-040 exam among their credentials. ExamSoon not only caters you all the information regarding the 1z0-040 exam but also provides you the excellent 1z0-040 study guide which makes the certification exam easy for you. ExamSoon Engine Features Comprehensive questions and answers about 1z0-040 exam 1z0-040 exam questions accompanied by exhibits Verified Answers Researched by Industry Experts and almost 100% correct 1z0-040 exam questions updated on regular basis Same type as the certification exams, 1z0-040 exam preparation is in multiple-choice questions (MCQs). Tested by multiple times before publishing Try free 1z0-040 exam demo before you decide to buy it in ExamSoon.com ExamSoon Help You Pass Any IT Exam ExamSoon.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 back. 1z0-042 oracle database 10g:administration i 1Z0-043 Oracle Database 10g: Administration II 1z0-048 Oracle Database 10g R2: Administering RAC 1Z0-108 Oracle WebLogic Server 10g System Administration 1z0-095 Oracle 9i and 10g OCM Course Attendance Exam 1z1-046 Orcale database 10g:Managing Orcale on Linux for DBAs 1z0-046 Oracle Database 10g: Managing Oracle on Linux for DBAs 1z0-040 oracle database 10g:new features for adminsitrators 1z0-312 Oracle Application Server 10g: Administrator II Related 1z0-040 Exams Other Oracle Exams 1z0-040 1z0-035 1Z0-043 1z0-403 1z0-204 1z1-312 1z0-311 1z0-095 1z0-033 1z0-259 1z0-212 1z0-610 1z0-223 1z1-050 1z0-032 1z0-202 1z0-132 1z0-226 1z0-262 1z0-301