Free Oracle 1Z0-082 Practice Test & Real Exam Questions

  • Exam Code/Number: 1Z0-082
  • Exam Name/Title: Oracle Database Administration I
  • Certification Provider: Oracle
  • Corresponding Certification: Oracle Database 19c
  • Exam Questions: 165
  • Updated On: Aug 20, 2026
Which two are true about complete recovery? (Choose two.)
Correct Answer: B,C Vote an answer
Which three statements are true about advanced connection options supported by Oracle Net for connection to Oracle Database instances? (Choose three.)
Correct Answer: A,C,D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
You execute this query:
SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), `MON'), `dd "Monday for"
fmMonth rrrr')
What is the result?
Correct Answer: C Vote an answer
Examine the description of the CUSTOMERS table:

For customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit. Customers whose due amount is null should not be displayed.
Which query should be used?
Correct Answer: A Vote an answer
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
Correct Answer: B,E Vote an answer
Which three statements are true about sequences in a single instance Oracle database?
Correct Answer: A,B,F Vote an answer
Which three statements are true about Oracle synonyms? (Choose three.)
Correct Answer: A,B,D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which two statements are true about substitution variables?
Correct Answer: B Vote an answer
Which statement is true about the INTERSECT operator used in compound queries?
Correct Answer: C Vote an answer
Which two are true about shrinking a segment online? (Choose two.)
Correct Answer: B,F Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Examine the description of the PRODUCT_STATUS table:

The status column contains the values 'in stock' or 'out of stock' for each row.
Which two queries will execute successfully?
Correct Answer: D,E Vote an answer
Which three statements are true about roles?
Correct Answer: C,E,F Vote an answer
Which three statements are true about external tables in Oracle 18c and later releases? (Choose three.)
Correct Answer: B,D,E Vote an answer
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: B Vote an answer
The stores table has a column START_DATE of data type DATE, containing the date the row was inserted. You only want to display details of rows where START_DATE is within the last 25 months.
Which where clause can be used?
Correct Answer: D Vote an answer