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

Question 1
You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.
The variables used in your query are never undefined in your session.
Which query can be used?

Correct Answer: A
Question 2
The customers table has a cust_last_name column of data type varchar2. The table has two rows whose "jst_last_name values are Andersen and Ausson. Which query produces output for cust_last_xame containing Oder for the first row and Aus for the second?

Correct Answer: A
Question 3
Which three statements are true about the Automatic Diagnostic Repository (ADR)?

Correct Answer: A,B,D
Question 4
In one of your databases, the user HR has the password HRMGR. You want to connect to a database instance whose listener listens on port 1531 by using this statement:
CONNECT HR/HRMGR@orcl
No name server is used.
Which statement is true about ORCL?

Correct Answer: A
Question 5
View the Exhibit and examine the description of the tables.
You execute this SQL statement:

Which three statements are true?

Correct Answer: C,E,F
Question 6
The CUSTOMERS table has a CUST_CREDIT_LIMIT column of data type NUMBER.
Which two queries execute successfully? (Choose two.)

Correct Answer: A,E
Question 7
Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)

Correct Answer: A,B,C
Question 8
Examine the description of the customers table:

You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit Is below 1000.
Examine this partial query:
SELECT cust_last_name, cust_credit_limit FROM customers
Which two where conditions give the required result?

Correct Answer: A,E
Question 9
You want to use table compression suitable for OLTP that will:
1. Compress rows for all DML statements on that table
2. Minimize the overheads associated with compression
Which compression option is best suited for this?

Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
Which three statements are true about roles?

Correct Answer: C,D,F