Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Oracle database 10g:new features for Oracle8i ocps (1Z0-045) Free Practice Test

Question 1
You want an ASM instance to manage the files of your production database. To achieve this objective, you specify the following parameters in the parameter file.
INSTANCE_TYPE = RDBMS LARGE_POOL_SIZE = 8MB DB_BLOCK_SIZE = 4K LOG_ARCHIVE_DEST = +dgroupA LOG_ARCHIVE_FORMAT = "$ORACLE_SID_%s_%t.%t" DB_CREATE_FILE_DEST = +dgroupA COMPATIBLE = 10.1.0.2.0 CONTROL_FILES = +dgroupA
Which parameter would be ignored while starting up the instance of the production database?

Correct Answer: E
Question 2
Examine the following parameter settings from an initialization (init.ora) file:
DB_CREATE_FILE_DEST = '/u01/oradata/' DB_CREATE_ONLINE_LOG_DEST_1 = '/u02/oradata/' DB_CREATE_ONLINE_LOG_DEST_2 = '/u03/oradata/' If you create an Oracle Managed Files (OMF) database using these settings, what is the result?

Correct Answer: D
Question 3
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.)

Correct Answer: A,D
Question 4
At 6:00 p.m. you noticed that the database performance was slow between 2:00 p.m. and 6:00
p.m.
due to a series of interrelated problems. You plan to use the Automatic Database Diagnostic Monitor (ADDM) findings for the time period 2:00 p.m. to 6:00 p.m. to resolve the performance issue. The Automatic Workload Repository (AWR) snapshots are made every 30 minutes. What would you do?

Correct Answer: E
Question 5
Which three file types are managed by Data Pump jobs? (Choose three.)

Correct Answer: A,E,F
Question 6
The Oracle 10g LogMiner needs a data dictionary copy to display the object names. From which three locations can LogMiner retrieve the data dictionary information? (Choose three.)

Correct Answer: B,C,D
Question 7
Which two initialization parameters would you set to enable Automatic Shared Memory Management? (Choose two.)

Correct Answer: A,D
Question 8
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?

Correct Answer: C
Question 9
Which method would you use to undo the changes made by a particular transaction without affecting the changes made by other transactions?

Correct Answer: E
Question 10
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?

Correct Answer: B
Question 11
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?

Correct Answer: B
Question 12
You are working on a database that was created using Oracle Database 10g; the default tablespace type property was not changed. You execute the following statement to create a tablespace, mytbs:
CREATE TABLESPACE mytbs DATAFILE '/u1/data/mytbs.dbf' SIZE 100M;
Which two statements are correct regarding the mytbs tablespace? (Choose two.)

Correct Answer: D,E
Question 13
Which two statements regarding a SQL profile are true? (Choose two.)

Correct Answer: B,C