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:Administration I (1Z0-042) Free Practice Test

Question 1
View the Exhibit and analyze the CREATE TABLE statements used to create the ITEMS and ORDERS tables.
The ITEMS table has 50 rows and ORDERS table has 500 rows. Because you decide to not deal with the item code 188 in future, you execute the following command to remove the item:
SQL> DELETE FROM items WHERE item_code=188;
What is the effect of this command?

Correct Answer: C
Question 2
Your database is in NOARCHIVELOG mode. After which two operations you should take the backup of control file ? (Choose two.)

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

Correct Answer: B
Question 4
Which three descriptions are correct about the effects of the TRUNCATE command on a table? (Choose three.)

Correct Answer: A,D,E
Question 5
The user SCOTT executes the following command successfully to increase the salary values in one of his sessions:
SQL> UPDATE emp SET sal=sal*1.15 WHERE deptno=20;
Before SCOTT ends the transaction, user HR who has the privileges on EMP table executes a query to fetch the salary details but finds the old salary values instead of the increased values.
Why does HR still see the old data?

Correct Answer: A
Question 6
You want to move all the objects of the APPS user in the test database to the DB_USER schema of the production database. Which option of IMPDP would you use to accomplish this task?

Correct Answer: D
Question 7
You are working on a database created with the Oracle Database 10g software in which the initialization parameter COMPATIBLE is set to 10.0.0. The hr_tbs tablespace in the database is created as follows:
CREATE TABLESPACE hr_tbs DATAFILE '/oracle/oradata/hr_tbs.dbf' SIZE 50M;
View the Exhibit to see the properties of the database.
Which statement is correct in this scenario?

Correct Answer: B
Question 8
A user wants to connect to the database instance from an application that is running on a remote machine. Which tools should the DBA use to establish the required configuration to ensure that the user is able to connect to the database instance? (Choose two.)

Correct Answer: A,C
Question 9
Which three statements are true regarding the logical structure of the Oracle database? (Choose three.)

Correct Answer: B,D,E