Oracle Database Administration I - 1Z0-082 Exam Practice Test
Question 1
The SCOTT/TIGER user exists in two databases, BOSTON_DB and DALLAS_DB, in two different locations.
Each database has a tnsnames.ora file defining DALLAS_DB as a service name.
Examine this command:
CREATE DATABASE LINK dblink1 CONNECT TO scott IDENTIFIED BY tiger USING
`dallas_db';
How do you execute the command so that only SCOTT in BOSTON_DB can access the SCOTT schema in DALLAS_DB?
Each database has a tnsnames.ora file defining DALLAS_DB as a service name.
Examine this command:
CREATE DATABASE LINK dblink1 CONNECT TO scott IDENTIFIED BY tiger USING
`dallas_db';
How do you execute the command so that only SCOTT in BOSTON_DB can access the SCOTT schema in DALLAS_DB?
Correct Answer: E
Question 2
In one of your databases, user KING is:
1. Not a DBA user
2. An operating system (OS) user
Examine this command and its output:

What must you do so that KING is authenticated by the OS when connecting to the database instance?
1. Not a DBA user
2. An operating system (OS) user
Examine this command and its output:

What must you do so that KING is authenticated by the OS when connecting to the database instance?
Correct Answer: D
Question 3
Which two statements are true about trace files produced by the Oracle Database server?
(Choose two.)
(Choose two.)
Correct Answer: A,D
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 4
Your database instance was shut down normally and then started in NOMOUNT state. You then execute this command:
ALTER DATABASE MOUNT;
Which two actions are performed? (Choose two.)
ALTER DATABASE MOUNT;
Which two actions are performed? (Choose two.)
Correct Answer: D,F
Question 5
Which three statements are true about the naming methods and their features supported by Oracle database used to resolve connection information?
Correct Answer: B,E,F
Question 6
Table ORDER_ITEMScontains columns ORDER_ID, UNIT_PRICEand QUANTITY, of data type NUMBER.
Examine these SQL statements:
Statement 1:
SELECT MAX(unit_price * quantity) "Maximum Order"
FROM order_items;
Statement 2:
SELECT MAX(unit_price * quantity) "Maximum Order"
FROM order_items
GROUP BY order_id;
Which two statements are true?
Examine these SQL statements:
Statement 1:
SELECT MAX(unit_price * quantity) "Maximum Order"
FROM order_items;
Statement 2:
SELECT MAX(unit_price * quantity) "Maximum Order"
FROM order_items
GROUP BY order_id;
Which two statements are true?
Correct Answer: B,D
Question 7
Which three Oracle database space management features will work with both Dictionary and Locally managed tablespaces? (Choose three.)
Correct Answer: A,C,D
Question 8
Which two are true about complete recovery? (Choose two.)
Correct Answer: C,D
Question 9
Which three statements are true about roles?
Correct Answer: A,B,C
Question 10
Examine the description of the PROMOTIONS table:

You want to display the unique promotion costs in each promotion category.
Which two queries can be used? (Choose two.)

You want to display the unique promotion costs in each promotion category.
Which two queries can be used? (Choose two.)
Correct Answer: B,E
Question 11
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
Correct Answer: A,B
Question 12
Which statement is true about smallfile tablespaces?
Correct Answer: D
Question 13
Which two statements are true regarding the UNION and UNION ALL operators? (Choose two.)
Correct Answer: B,D
Question 14
Which three statements are true about external tables in Oracle 18c and later releases? (Choose three.)
Correct Answer: A,B,F

