If you don't purchase any course, although you spend a lot of time and effort to review of knowledge to prepare for Oracle certification 1Z0-045 exam, it is still risky for you to pass the exam. But selecting IT-Tests's products allows you to spend a small amount of money and time and safely pass the exam. I believe that IT-Tests.com is more suitable for your choice in the society where time is so valuable. Moreover, our IT-Tests.com a distinct website which can give you a guarantee among many similar sites. Choosing IT-Tests.com is equivalent to choose success.
If you still desperately cram knowledge and spend a lot of precious time and energy to prepare for passing Oracle certification 1Z0-045 exam, and at the same time do not know how to choose a more effective shortcut to pass Oracle certification 1Z0-045 exam. Now IT-Tests.com provide you a effective method to pass Oracle certification 1Z0-045 exam. It will play a multiplier effect to help you pass the exam.
When you're in pain, it is best to learn things. Learning will make you invincible. IT-Tests.com Oracle 1Z0-045 exam training materials can also help you to be invincible. With this training materials, you will receive the Oracle 1Z0-045 certification which recognized and accepted internationally. Then all of your life, including money and position, will improve a lot. Until then, will you still feel painful? No, you will be very happy. You should thanks IT-Tests.com which provide you with a good training materials. It can help you when you lost, and let you not only improve your own quality, but also demonstratethe value of your perfect life.
If you buy IT-Tests.com Oracle 1Z0-045 exam training materials, you will solve the problem of your test preparation. You will get the training materials which have the highest quality. Buy our products today, and you will open a new door, and you will get a better future. We can make you pay a minimum of effort to get the greatest success.
What are you waiting for? Opportunity knocks but once. You can get Oracle 1Z0-045 complete as long as you enter IT-Tests.com website. You find the best 1Z0-045 exam training materials, with our exam questions and answers, you will pass the exam.
If you think you can face unique challenges in your career, you should pass the Oracle 1Z0-045 exam. IT-Tests.com is a site that comprehensively understand the Oracle 1Z0-045 exam. Using our exclusive online Oracle 1Z0-045 exam questions and answers, will become very easy to pass the exam. IT-Tests.com guarantee 100% success. IT-Tests.com is recognized as the leader of a professional certification exam, it provides the most comprehensive certification standard industry training methods. You will find that IT-Tests.com Oracle 1Z0-045 exam questions and answers are most thorough and the most accurate questions on the market and up-to-date practice test. When you have IT-Tests.com Oracle 1Z0-045 questions and answers, it will allow you to have confidence in passing the exam the first time.
Exam Code: 1Z0-045
Exam Name: Oracle (Oracle database 10g:new features for Oracle8i ocps)
Free One year updates to match real exam scenarios, 100% pass and refund Warranty.
Total Q&A: 156 Questions and Answers
Last Update: 2013-11-17
Oracle 1Z0-045 is a certification exam to test IT expertise and skills. If you find a job in the IT industry, many human resource managers in the interview will reference what Oracle related certification you have. If you have Oracle 1Z0-045 certification, apparently, it can improve your competitiveness.
1Z0-045 (Oracle database 10g:new features for Oracle8i ocps) Free Demo Download: http://www.it-tests.com/1Z0-045.html
NO.1 Which process performs the rebalance data extent movements across ASM disk groups in
ASM?
A.Checkpoint (CKPT)
B.System Monitor (SMON)
C.ASM Rebalance (ARBn)
D.Process Monitor (PMON)
E.ASM Background (ASMB)
F.ASM Rebalance Master (RBAL)
Correct:C
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.2 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.
Correct:C
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.3 When WORKAREA_SIZE_POLICY is set to AUTO, the work areas are sized to accomplish which
two goals? (Choose two).
A.To tune memory using the existing *_AREA_SIZE parameters.
B.To allocate memory to work areas in order to optimize throughput only.
C.To allocate memory to work areas in order to optimize response time only.
D.To allocate memory to work areas in order to optimize both throughput and response time.
E.To ensure that the overall size of the PGA will never exceed the value of PGA_AGGREGATE_TARGET.
Correct:D E
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.4 You need to create a schedule that will run a job on the second Friday of each month. What
should the repeat interval of the schedule be set to?
A.FREQ = MONTHLY; BYDAY = 2FRI;
B.FREQ = MONTHLY; BYDAY = FRI2;
C.FREQ = MONTHLY; BYDAY = -2FRI;
D.FREQ = MONTHLY; BYDAY = FRI(2);
Correct:A
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.5 Examine this startup script called startmydb.sql: CONNECT myid/mypwd AS SYSDBA STARTUP
EXIT In Oracle8i, you could have executed this script by invoking Server Manager with the
command: svrmgrl @startmydb.sql Which alternative command could you use to run the
startmydb.sql script with SQL*Plus to start your Oracle 10g database?
A.sqlplus @startmydb.sql
B.sqlplus -Sstartmydb.sql
C.sqlplus -S @startmydb.sql
D.sqlplus /NOLOG @startmydb.sql
Correct:D
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.6 Examine the following commands of Data Pump to import objects to new non-existent users
hr1 and oe1. $ expdp system/manager schemas = hr,oe directory = EXP_DIR dumpfile = export.dat
include = table $ impdp system/manager schemas = hr1,oe1 directory = EXP_DIR dumpfile =
export.dat remap_schema = hr:hr1, oe:oe1 Which objective would be achieved by the above
command sets?
A.expdp will fail because no path has been defined for the dumpfile.
B.expdp will succeed but Impdp will fail because users do not exist.
C.impdp would create two schemas called hr1 and oe1 and copy the schema objects to the new users.
D.impdp would create two schemas called hr1 and oe1 and import tables owned by hr and oe schemas to
hr1 and oe1 schemas, respectively.
Correct:B
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.7 View the Exhibit. You want to unload data from the ORDERS, ORDER_ITEMS, and PRODUCTS
database tables to four OS flat files by using the External Table Population method. To achieve
this objective, you execute the command shown on the Exhibit. After successful execution of the
command, you find that only two files have been created and not four. Which option do you need
to change to achieve your objective?
A.TYPE
B.LOCATION
C.PARALLEL
D.DEFAULT DIRECTORY
E.ORGANIZATION EXTERNAL
Correct:C
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.8 While observing database statistics, you find that the Automatic Workload Repository (AWR)
snapshots are being purged after each day. You want the snapshots to be purged on a weekly
basis. Which two options would you use to increase the purge interval? (Choose two.)
A.Enterprise Manager
B.DBMS_JOB.INTERVAL
C.DBMS_SCHEDULER.CHANGE
D.DBMS_SCHEDULER.INTERVAL
E.DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS
Correct:A E
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.9 Which three files can be managed using an ASM Instance? (Choose three.)
A.Data files
B.Audit files
C.Trace files
D.Export files
E.Alert log files
F.Archived log files
G.Change tracking files
Correct:A F G
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.10 Identify four uses of the Oracle Scheduler. (Choose four.)
A.Enables you to set idle time limits for a resource plan.
B.Enables you to schedule job execution based on time.
C.Enables you to execute jobs in a clustered environment.
D.Enables you to assign priorities to the consumer groups.
E.Enables you to map a consumer group to an Oracle user.
F.Enables you to create a job that makes use of saved programs and schedules.
G.Enables you to periodically execute operating system script files located on the same server as the
database.
Correct:B C F G
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.11 Which two statements regarding unusable indexes are correct? (Choose two.)
A.You can set SKIP_UNUSABLE_INDEXES to true to skip unusable indexes.
B.You can check the alert log file to get a message recorded about unusable indexes.
C.You do not need to set any parameter because unusable indexes are skipped automatically.
D.Your Data Definition Language (DDL) statement shows a warning message when an index is made
unusable.
Correct:A B
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.12 You define the Warning threshold for the tablespace usage metric for the USERS tablespace to
be 35%. Because of this, several alerts are being raised. After observing this, you decide to
increase the Warning threshold and clear all old alerts related to tablespace usage metric. Where
would you find the information about cleared alerts?
A.the alert.log file
B.the DBA_ALERT_HISTORY data dictionary table
C.the DBA_ALERT_ARGUMENTS data dictionary table
D.the DBA_TAB_STATS_HISTORY data dictionary table
E.the DBA_OUTSTANDING_ALERTS data dictionary table
F.the V$ACTIVE_SESSION_HISTORY data dictionary table
Correct:B
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.13 Which statements are true regarding the new Persistent Configuration feature in RMAN?
(Choose two.)
A.It allows you to set the retention period of backups.
B.It remembers the last backup command you used so that you can reschedule it easily.
C.It enables you to store your Channel attribute settings in the Recovery Catalog with each script.
D.It enables you to store the settings for Channel attributes so that you do not have to specify them in
each backup or restore command.
Correct:A D
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.14 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.
Correct:D
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.15 Examine the statement: SQL> CREATE TABLESPACE user_data 2> EXTENT MANAGEMENT
LOCAL 3> SEGMENT SPACE MANAGEMENT AUTO; Which two assumptions must be true for this
statement to execute successfully? (Choose two.)
A.Oracle Managed Files are used for this instance.
B.The USER_DATA tablespace is managed using FET$/UET$ tables.
C.The database will manage the free space of segments in the tablespace using a bitmap.
D.Space within segments in the USER_DATA tablespace is managed with freelists.
Correct:A C
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.16 You want to retain the job entries for the last five days and purge all job entries from the job log
that are older than five days. Select the command that will enable you to do the job.
A.EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, which_log =>'JOB_LOG');
B.EXECUTE DBMS_SCHEDULER.PURGE_LOG();
C.EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, job_name => 'JOB_LOG');
D.EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, which_log => 'WINDOW_LOG');
Correct:A
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.17 Which three file types are managed by Data Pump jobs? (Choose three.)
A.out files
B.log files
C.alert files
D.SQL files
E.error files
F.dump files
Correct:B D F
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.18 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
Correct:B G
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.19 You performed an incomplete recovery and opened the database with the RESETLOGS option.
The LOG_ARCHIVE_FORMAT parameter is set to 'ora_%t_%s_%r.log'. Which statement regarding
the archived redo log files, created in an earlier incarnation of the database, is true?
A.The archived redo log files cannot be used.
B.The archived redo log files will be overwritten.
C.The archived redo log files are deleted automatically.
D.The archived redo log files should be moved to some other location.
E.The archived redo log files are still maintained because the file names are unique.
Correct:E
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
NO.20 You decide to activate the resumable space allocation feature for all your database users by
enabling the feature in a logon trigger. This causes a statement that requires space beyond a
user's quota _____.
A.to wait indefinitely for the quota to be increased, regardless of the timeout setting for other space
allocation problems.
B.to fail because quota limits do not activate the resumable space allocation feature
C.to wait in a suspended state until the quota is increased or until the timeout value is reached
D.to invoke the default trigger that resets user quota, if there is free space in the related tablespace
Correct:C
Oracle exam simulations 1Z0-045 answers real questions 1Z0-045 braindump 1Z0-045 test questions
IT-Tests.com offer the latest JN0-694 Questions & Answers and high-quality 74-324 PDF Practice Test. Our 000-652 VCE testing engine and NS0-504 study guide can help you pass the real exam. High-quality LOT-442 Real Exam Questions can 100% guarantee you pass the exam faster and easier. Pass the exam to obtain certification is so simple.
Article Link: http://www.it-tests.com/1Z0-045.html
没有评论:
发表评论